Search

Search results

  1. TSK3000A Generic Instruction - ADDU

    Instruction:    Add Unsigned Assembler Format Example Translates to... addu rC, rB addu $3, $4 addu rC, rC, rB (with rA = rC) ...   If the signed IMM32 operand fits into a signed 16-bit operand, then these two macro formats translate into single ADDIU machine ...

    admin - 11/06/2013 - 09:09

  2. TSK3000A Generic Instruction - ADDU

    Instruction:    Add Unsigned Assembler Format Example Translates to... addu rC, rB addu $3, $4 addu rC, rC, rB (with rA = rC) ...   If the signed IMM32 operand fits into a signed 16-bit operand, then these two macro formats translate into single ADDIU machine ...

    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 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

  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 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 - 09/13/2017 - 15:32

  7. TSK3000A Generic Instruction - LA

    Instruction:    Load Address Assembler Format ...   lui $at, @HI(target) addiu $at, $at, @LO(target) addu rC, $at, rA   unless the source register 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

  8. TSK3000A Generic Instruction - SW

    Instruction:    Store Word Assembler Format ... sw $3, Shifter($4) lui $at, @HI(target) addu $at, $at, rA sw rC, @LO(target)($at) Notes With ... is the GP register ($28) and the assembler runs with the -gp-relative option enabled, the format translates into the following single ...

    admin - 09/13/2017 - 15:32

  9. TSK3000A Generic Instruction - SH

    Instruction:    Store Halfword Assembler Format ... sh $3, Shifter($4) lui $at, @HI(target) addu $at, $at, rA sh rC, @LO(target)($at) Notes With ... is the GP register ($28) and the assembler runs with the -gp-relative option enabled, the format translates into the following single ...

    admin - 09/13/2017 - 15:32

  10. TSK3000A Generic Instruction - SB

    Instruction:    Store Byte Assembler Format ... sb $3, Shifter($4) lui $at, @HI(target) addu $at, $at, rA sb rC, @LO(target)($at) Notes With ... is the GP register ($28) and the assembler runs with the -gp-relative option enabled, the format translates into the following single ...

    admin - 09/13/2017 - 15:32

Pages

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