(D8080) Input / Output Instructions

Mnemonic

Symbolic
Operation

Flags
S    Z    H    P    C

Opcode
76 543 210

Hex

Bytes

M
Cycles

Clock
Cycles

Comments

IN n

A ¬ (n)

•     •     •     •     •

11 011 011
¬    n     ®

DB

2

3

11

 

OUT n

(n) ¬ A

•     •     •     •     •

11 010 011
¬    n     ®

D3

2

3

11

Flag Notation:

• = flag is not affected, 0 = flag is reset, 1 = flag is set,
= flag is set according to the result of the operation.