Shift (Ternary)

From TernaryWiki
Revision as of 10:49, 12 May 2025 by MrDyne (talk | contribs) (Created page with "<big><b>Register Shift</b></big> Register shift, shifts all trits to the left or right. What is shifted in can be selected; negative, zero, positive. == Uses == A left shift will cube the result. A right shift will cube-root the result. === Logical === Logical shifts exclude the ALU barrow/carry flag trit. === Arithmetic === Arithmetic shifts include the ALU barrow/carry flag trit.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Register Shift

Register shift, shifts all trits to the left or right. What is shifted in can be selected; negative, zero, positive.

Uses

A left shift will cube the result. A right shift will cube-root the result.

Logical

Logical shifts exclude the ALU barrow/carry flag trit.

Arithmetic

Arithmetic shifts include the ALU barrow/carry flag trit.