Instruction Guide
0x0
0x1
0x2
0x3
0x4
0x5
0x6
0x7
0x8
0x9
0xa
0xb
0xc
0xd
0xe
0xf
0x0
ADD HL,BC
0x1
ADD HL,DE
0x2
ADD HL,HL
0x3
ADD HL,SP
0x4
0x5
0x6
0x7
0x8
ADD A,B
ADD A,C
ADD A,D
ADD A,E
ADD A,H
ADD A,L
ADD A,(HL)
ADD A,A
0x9
0xa
0xb
0xc
ADD A,d8
0xd
0xe
0xf
Arithmetic Instructions
ADD
1
4
?
0
?
?
Add the value stored in a target register to the value in register A
Targets: A, B, C, D, E, H, L, BC, DE, HL, SP, d8, SP