Instructions

From T729 Balanced Ternary Computer
Revision as of 18:02, 4 June 2024 by MrDyne (talk | contribs)
Jump to navigationJump to search

(Very rough list.)

ALU

  • Addition
  • Subtraction
  • Multiply
  • Multiply-Accumulate
  • Neg
  • Sum
  • Any
  • Con
  • Xor
  • Com
  • Max
  • Min
  • Increment
  • Decrement

Register Shift / Rotate

  • Arithmetic Shift In/Out
  • Logical Shifts In/Out
  • Arithmetic Rotate Left/Right/Up/Down
  • Logical Rotate Left/Right/Up/Down

Branches / Jumps

  • Jump
  • Branch If Negitive/Zero/Positive
  • Branch If Underflow/Level/Overflow
  • Branch If Barrow/Whole/Carry