ASR

From Rice Wiki
Revision as of 15:33, 15 April 2024 by Rice (talk | contribs) (Created page with "'''Arithmetic shift right (ASR)''' is a single-register instruction. ''ASR rd'' It shifts the destination register to the right by one bit, assigning 0 to the lowest bit. Notably, it is a ''no-delay'' circuit. Category:Computer Architecture")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Arithmetic shift right (ASR) is a single-register instruction.

ASR rd

It shifts the destination register to the right by one bit, assigning 0 to the lowest bit. Notably, it is a no-delay circuit.