Search

Search results

  1. TSK3000A Generic Instruction - SUB

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

    admin - 11/06/2013 - 09:09

  2. TSK3000A Generic Instruction - SUB

    Instruction:    Subtract Assembler Format Example Translates to... sub rC, rB sub $3, $4 sub rC, rC, rB (with rA = rC) ... If the negated signed IMM32 operand fits into a signed 16-bit operand, then these two macro formats translate into a single ADDI 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 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

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

  6. TSK3000A Generic Instruction - ABS

    Instruction:    Absolute Value Assembler Format Example ... abs $3, $4 sra $at, rA, 31 xor rC, rA, $at sub rC, rC, $at abs rA abs $4 sra $at, rA, ...

    admin - 11/06/2013 - 09:09

  7. TSK3000A Generic Instruction - NEG

    Instruction:    Negate Assembler Format Example ... neg rC, rA neg $3, $4 sub rC, $0, rA neg rA neg $4 sub rA, $0, rA ...

    admin - 11/06/2013 - 09:09

  8. TSK3000A Generic Instruction - ABS

    Instruction:    Absolute Value Assembler Format Example ... abs $3, $4 sra $at, rA, 31 xor rC, rA, $at sub rC, rC, $at abs rA abs $4 sra $at, rA, ...

    admin - 09/13/2017 - 15:32

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

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