Ind2, Operation, Description – Zilog EZ80F916 User Manual
Page 173: Condition bits affected attributes
eZ80
®
CPU
User Manual
UM007715-0415
CPU Instruction Set
164
IND2
Input from I/O and Decrement
Operation
(HL) ({UU, BC[15:0]})
B B – 1
C C – 1
HL HL – 1
Description
The CPU places the contents of BC[15:0] onto the lower two bytes 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 located at this I/O address into CPU memory. 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. Next, the CPU decrements the B, C, and HL regis-
ters, and sets the Z Flag to 1 if the B register is decremented to 0.
Condition Bits Affected
Attributes
S
Not affected.
Z
Set if B – 1 = 0; reset otherwise.
H
Not affected.
P/V
Not affected.
N
Set if msb of data is a logical 1; reset otherwise.
C
Not affected.
Mnemonic Operand
ADL Mode Cycle
Opcode (hex)
IND2
—
x
5
ED, 8C
IND2.S
—
1
6
52, ED, 8C
IND2.L
—
0
6
49, ED, 8C