This page describes the following instruction:
- Group: ALU
- Mnemonic: SRR
- Opcode: 22d, 16h
- Encoding: 0001_0110b (ALU_OPERATION)
- Pseudo-code: r=r>>1; pc++
This instruction divides R by 2 and stores the result in R.
This instruction divides R by 2 and stores the result in R.