INIRX
Input from I/O and Increment Memory Address with Stationary I/O Address
Operation
repeat {
(HL) ← ({UU, DE[15:0]})
BC ← BC – 1
HL ← HL + 1
} while BC ≠ 0
Description
The CPU places the contents of register DE onto the lower byte of the address bus,
ADDR[15:0]. The upper byte of the address bus, ADDR[23:16], is undefined for I/O
addresses. The CPU reads the byte at this I/O address, {UU, DE[15:0]}, into CPU mem-
ory. The CPU next places the contents of HL onto the address bus and writes the byte to
the memory address specified by the HL register. The BC register decrements. The HL
register increments. Next, the CPU sets the Z Flag to 1 if the BC register decrements to 0.
The instruction repeats until the BC register equals 0.
Condition Bits Affected
S
Z
H
P/V
N
C
Attributes
Mnemonic Operand
INIRX
INIRX.S
INIRX.L
Note:
This instruction is not supported on eZ80190 device.
UM007714-0908
Not affected.
Set of BC – 1 = 0; reset otherwise.
Not affected.
Not affected.
Set if Bit 7 of data = 1; reset otherwise.
Not affected.
ADL Mode Cycle
—
X
—
1
—
0
Opcode (hex)
2 + 3 *
ED, C2
BC
3 + 3 *
52, ED, C2
BC
3 + 3 *
49, ED, C2
BC
®
eZ80
CPU
User Manual
178
CPU Instruction Set
Need help?
Do you have a question about the eZ80 and is the answer not in the manual?
Questions and answers