English
Language : 

GMS30C2216 Datasheet, PDF (281/320 Pages) Hynix Semiconductor – 16/32 BIT RISC/DSP
Appendix A. Instruction Set Details
OR Immediate
A-109
ORI
Format:
Rimm format
15
OP-code 0111 10
87
43
0
dn
Rd-code
n
imm1
imm2
d = 0: Rd-code encodes G0..G15 for Rd, d = 1: Rd-code encodes L0..L15 for Rd
n: Bit 8 // bits 3..0 encode n = 0..31, see Table 2.3 Encoding of Immediate Values for encoding of imm
Notation:
ORI Rd, imm
Description:
The result of a bitwise logical OR of the immediate operand and the destination operand is
placed in the destination register and the Z flag is set or cleared accordingly.
All operands and the result are interpreted as bit-strings of 32 bits each.
Operation:
Rs := Rd or imm;
Z := Rd = 0;
Exceptions:
None.