Instructions: Difference between revisions
From T729 Balanced Ternary Computer
Jump to navigationJump to search
No edit summary |
|||
Line 28: | Line 28: | ||
* Branch If Underflow/Level/Overflow | * Branch If Underflow/Level/Overflow | ||
* Branch If Barrow/Whole/Carry | * Branch If Barrow/Whole/Carry | ||
* Branch For Decimal Math |
Revision as of 19:49, 14 June 2024
(Very rough list.)
ALU
- Addition
- Subtraction
- Multiply
- Multiply-Accumulate
- Negate
- Sum
- Any
- Consensus
- Xor
- Compare
- Maximum
- Minimum
- 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
- Branch For Decimal Math