Rotate (Ternary): Difference between revisions
From TernaryWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Rotate left and right works very similar to Shift but what gets shifted out gets shifted in on the other end. | Rotate left and right works very similar to Shift but what gets shifted out gets shifted in on the other end. | ||
Rotate up and down increment and decrement all trits. | Rotate up and down increment and decrement all trits, no carry or barrow is involved. | ||
There are Logical and Arithmetic rotates where the ALU barrow/carry flag trit is excluded or included. | There are Logical and Arithmetic rotates where the ALU barrow/carry flag trit is excluded or included. |
Revision as of 21:14, 20 May 2025
Register Rotate
Rotate left and right works very similar to Shift but what gets shifted out gets shifted in on the other end.
Rotate up and down increment and decrement all trits, no carry or barrow is involved.
There are Logical and Arithmetic rotates where the ALU barrow/carry flag trit is excluded or included.