Search

Search results

  1. TSK3000A Generic Instruction - ADDIU

    Instruction:    Add Immediate Unsigned Assembler Format Example Translates to... addiu rC, IMM16 addiu $3, oxFFFF addiu rC, rC, IMM16 (where ...

    admin - 11/06/2013 - 09:09

  2. TSK3000A Generic Instruction - ADDIU

    Instruction:    Add Immediate Unsigned Assembler Format Example Translates to... addiu rC, IMM16 addiu $3, oxFFFF addiu rC, rC, IMM16 (where ...

    admin - 09/13/2017 - 15:32

  3. TSK3000A Instruction Set

    All TSK3000A instructions are binary code compatible. Each instruction comprises a 32-bit word divided into an Opcode, which specifies the ... Branch Instructions Special Purpose Instructions Generic Instructions Instruction Set - Detailed Reference The ...

    admin - 11/06/2013 - 09:09

  4. TSK3000A Generic Instruction - LA

    Instruction:    Load Address Assembler Format ... this format translates to:   lui $at, @HI(target) addiu rC, $at, @LO(target)   If the address is an absolute expression, ... is the GP register ($28) and the assembler runs with the -gp-relative option enabled, in which case the second format translates into ...

    admin - 11/06/2013 - 09:09

  5. TSK3000A Instruction Set

    All TSK3000A instructions are binary code compatible. Each instruction comprises a 32-bit word divided into an Opcode, which specifies the ... Branch Instructions Special Purpose Instructions Generic Instructions Instruction Set - Detailed Reference The ...

    admin - 09/13/2017 - 15:32

  6. TSK3000A Generic Instruction - ADDU

    Instruction:    Add Unsigned Assembler Format ...   If the signed IMM32 operand fits into a signed 16-bit operand, then these two macro formats translate into single ADDIU machine instructions:   addu rC, rA, IMM32 ...

    admin - 11/06/2013 - 09:09

  7. TSK3000A Generic Instruction - ADDU

    Instruction:    Add Unsigned Assembler Format ...   If the signed IMM32 operand fits into a signed 16-bit operand, then these two macro formats translate into single ADDIU machine instructions:   addu rC, rA, IMM32 ...

    admin - 09/13/2017 - 15:32

  8. TSK3000A Generic Instruction - JALR

    Instruction:    Jump And Link Register Assembler Format ... jalr Shifter lui $at, @HI(target) addiu $at, $at, @LO(target) jalr $ra, $at jalr rA ...

    admin - 11/06/2013 - 09:09

  9. TSK3000A - Generic Instructions

    ... Using the core set of assembly language instructions for the TSK3000A as building blocks, a number of generic instructions (also referred to as pseudo instructions or macros) are ...

    admin - 11/06/2013 - 09:09

  10. TSK3000A Generic Instruction - LI

    Instruction:    Load Immediate Assembler Format ... Notes The expression should result in a 32-bit integer value in the range -2 31 to 2 32 - 1. There are four ... (i.e. from 0000_0000h to 0000_FFFFh) addiu rC, $0, IMM32 if IMM32 is in the range -215 to -1 (i.e. from ...

    admin - 11/06/2013 - 09:09

Pages

You are reporting an issue with the following selected text and/or image within the active document: