This page describes the following instruction:
- Group: ALU
- Mnemonic: RGO
- Opcode: 31d, 1Fh
- Encoding: 0001_1111b (ALU_OPERATION)
- Pseudo-code: if r>o then r=255 else r=0; pc++
This instruction sets R to 255 if it is greater than O. If R is less than or equal to O, register R is set to zero.