ARM/Instruction format

From Rice Wiki
< ARM
Revision as of 15:50, 22 May 2024 by Rice (talk | contribs) (Created page with "Category:Computer Architecture = Src2 = Allows for immediate (a constant with rotation), register (with a static shift amount), or register-shifted register. The immediate is rotated imm8 ROR rot*2, limiting precision but allowing for a greater range of values.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Src2

Allows for immediate (a constant with rotation), register (with a static shift amount), or register-shifted register.

The immediate is rotated imm8 ROR rot*2, limiting precision but allowing for a greater range of values.