Search

Search results

  1. 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 ... rC – register index of destination IMM5 – 5-bit immediate value IMM16 – 16-bit immediate value ...

    admin - 09/13/2017 - 15:32

  2. 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 ... rC – register index of destination IMM5 – 5-bit immediate value IMM16 – 16-bit immediate value ...

    admin - 11/06/2013 - 09:09

  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 instruction type, and one ... 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 instruction type, and one ... Branch Instructions Special Purpose Instructions Generic Instructions Instruction Set - Detailed Reference The ...

    admin - 09/13/2017 - 15:32

  5. TSK3000A Generic Instruction - SLT

    ...   If the signed IMM32 operand fits into a signed 16-bit operand, then these two macro formats translate into single SLTI machine instructions:   slt rC, rA, IMM32 translates to..... ...

    admin - 09/13/2017 - 15:32

  6. TSK3000A Generic Instruction - OR

    ...   If the signed IMM32 operand fits into an unsigned 16-bit operand, then these two macro formats translate into single ORI machine instructions:   or rC, rA, IMM32 translates to..... ...

    admin - 09/13/2017 - 15:32

  7. TSK3000A Generic Instruction - BLTU

    ... In the second of the two formats, if IMM32 fits into a 16-bit value, then the macro translates into the following machine instructions: sltiu $at, rA, IMM16 bne $at, $0, target ...

    admin - 09/13/2017 - 15:32

  8. TSK3000A Generic Instruction - BLT

    ... In the second of the two formats, if IMM32 fits into a 16-bit value, then the macro translates into the following machine instructions: slti $at, rA, IMM16 bne $at, $0, target ...

    admin - 09/13/2017 - 15:32

  9. TSK3000A Generic Instruction - BGEU

    ... In the second of the two formats, if IMM32 fits into a 16-bit value, then the macro translates into the following machine instructions: sltiu $at, rA, IMM16 beq $at, $0, target ...

    admin - 09/13/2017 - 15:32

  10. TSK3000A Generic Instruction - BGE

    ... In the second of the two formats, if IMM32 fits into a 16-bit value, then the macro translates into the following machine instructions: slti $at, rA, IMM16 beq $at, $0, target ...

    admin - 09/13/2017 - 15:32

Pages

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