This page describes the following instruction:
- Group: ALU
- Mnemonic: SRO
- Opcode: 23d, 17h
- Encoding: 0001_0111b (ALU_OPERATION)
- Pseudo-code: r=o>>1; pc++
This instruction divides O by 2 and stores the result in R.
This instruction divides O by 2 and stores the result in R.