![ZiLOG Z80380 Скачать руководство пользователя страница 111](http://html1.mh-extra.com/html/zilog/z80380/z80380_user-manual_3733943111.webp)
5-77
Z380
™
U
SER
'
S
M
ANUAL
Z
ILOG
DC-8297-03
INIW
INPUT AND INCREMENT (WORD)
INIW
Operation:
(HL)
←
(DE)
BC(15-0)
←
BC(15-0) – 1
HL
←
HL + 2
This instruction is used for block input of strings of data.
During the I/O transaction the 32-bit DE register is placed on the address bus.
First the word of data from the selected peripheral is loaded into the memory location
addressed by the HL register. Then the BC register, used as a counter, is decremented by
one. The HL register is then incremented by two, thus moving the pointer to the next
destination for the input.
Flags:
S:
Unaffected
Z:
Set if the result of decrementing BC is zero; cleared otherwise
H:
Unaffected
V:
Unaffected
N:
Set
C:
Unaffected
Addressing
Execute
Mode
Syntax
Instruction Format
Time
Note
INIW
11101101 11100010
2+i+w