Mnemonic
Symbolic Operation
Flags S Z H P C
Opcode 76 543 210
Hex
Bytes
M Cycles
Clock Cycles
Comments
CMC
___ CY ¬ CY
• • • • ↕
00 111 111
3F
1
4
Complement carry flag.
STC
CY ¬ 1
• • • • 1
00 110 111
37
NOP
No Operation
• • • • •
00 000 000
00
HLT
CPU halted
01 110 110
76
DI1
IFF ¬ 0
11 110 011
F3
EI1
IFF ¬ 1
11 111 011
FB
Notes:
1 No interrupts are issued directly after a DI or EI. CY means the carry flag.
Flag Notation:
• = flag is not affected, 0 = flag is reset, 1 = flag is set