Rotate (Ternary)

From TernaryWiki
Revision as of 23:00, 20 May 2025 by MrDyne (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.

The trit rotated around also gets copied to the shift ALU flag.

There are Logical and Arithmetic rotates where the ALU barrow/carry flag trit is excluded or included.