Rotate (Ternary): Difference between revisions
From TernaryWiki
Jump to navigationJump to search
Created page with "<big><b>Register Rotate</b></big> 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. There are Logical and Arithmetic rotates where the ALU barrow/carry flag trit is excluded or included." |
No edit summary |
||
Line 2: | Line 2: | ||
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. There are Logical and Arithmetic rotates where the ALU barrow/carry flag trit is excluded or included. | |||
Rotate up and down increment and decrement all trits. | |||
There are Logical and Arithmetic rotates where the ALU barrow/carry flag trit is excluded or included. |
Latest revision as of 10:59, 12 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.
There are Logical and Arithmetic rotates where the ALU barrow/carry flag trit is excluded or included.