Search

Search results

  1. TSK3000A Core Instruction - XOR

    Instruction: Bitwise Logical Exclusive OR Assembler Format: xor rC, rA, rB Example: xor $3, $4, $5 ... Description: Bitwise logically exclusive-ORs the contents of GPR rA with the contents of GPR rB and loads the result in ...

    admin - 11/06/2013 - 09:09

  2. TSK3000A Core Instruction - XOR

    Instruction: Bitwise Logical Exclusive OR Assembler Format: xor rC, rA, rB Example: xor $3, $4, $5 ... Description: Bitwise logically exclusive-ORs the contents of GPR rA with the contents of GPR rB and loads the result in ...

    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 ... list of all assembly language instructions that comprise the core of the TSK3000A instruction set – those instructions that have direct ...

    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 ... list of all assembly language instructions that comprise the core of the TSK3000A instruction set – those instructions that have direct ...

    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 ...                         Instruction                         ABS ...

    admin - 11/06/2013 - 09:09

  6. TSK3000A Core Instruction - ADD, ADDU

    Instruction:                      Add Word ...                        rC <-- rA + rB Instruction Type:            R-Type ... when adding two signed operands: add rC, rA, rB xor rD, rC, rA -----compare sign of sum and operand rA xor rE, rC, rB ...

    admin - 11/06/2013 - 09:09

  7. TSK3000A Core Instruction - SUB

    Instruction: Subtract Word Assembler Format: ... in GPR rC. Operation: rC <-- rA - rB Instruction Type: R-Type ... subtracting two signed operands: sub rC, rA, rB xor rD, rA, rB -----compare sign of operand rA with operand rB xor rE, ...

    admin - 11/06/2013 - 09:09

  8. TSK3000A Core Instruction - ADD, ADDU

    Instruction:                      Add Word ...                        rC <-- rA + rB Instruction Type:            R-Type ... when adding two signed operands: add rC, rA, rB xor rD, rC, rA -----compare sign of sum and operand rA xor rE, rC, rB ...

    admin - 09/13/2017 - 15:32

  9. TSK3000A Core Instruction - SUB

    Instruction: Subtract Word Assembler Format: ... in GPR rC. Operation: rC <-- rA - rB Instruction Type: R-Type ... subtracting two signed operands: sub rC, rA, rB xor rD, rA, rB -----compare sign of operand rA with operand rB xor rE, ...

    admin - 09/13/2017 - 15:32

  10. TSK3000A Core Instruction - ADDI, ADDIU

    Instruction:                      Add Immediate Word ... Description:                     Sign-extends the 16-bit immediate value, IMM16, adds it to the contents of GPR rA ... adding two signed operands: addi rB, rA, IMM16 xor rC, rB, rA      -----compare sign of sum and operand rA xori rD, ...

    admin - 11/06/2013 - 09:09

Pages

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