Lesson 3 Flashcards
1
Q
CALL opcode
A
FF Dx. This could be anything from D0 to D7 based on the register that it’s referencing.
2
Q
JMP opcode
A
EB
3
Q
INC opcode
A
INC – 4x. Again this goes from 40 to 47 depending on the register.
4
Q
DEC opcode
A
4x. This carries on where INC stopped and goes from 48 to 4F depending on the register.