ASR
From Rice Wiki
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.
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.