-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jacob Mealey edited this page Aug 22, 2022
·
1 revision
This is a clone of the tables located here in the event the website goes down.
|
FOR x=0 | ||||||||||||||||||||||
z=0 |
|
Relative jumps and assorted ops | ||||||||||||||||||||
z=1 |
|
16-bit load immediate/add | ||||||||||||||||||||
z=2 |
|
Indirect loading | ||||||||||||||||||||
z=3 |
|
16-bit INC/DEC | ||||||||||||||||||||
z=4 |
|
8-bit INC | ||||||||||||||||||||
z=5 |
|
8-bit DEC | ||||||||||||||||||||
z=6 |
|
8-bit load immediate | ||||||||||||||||||||
z=7 |
|
Assorted operations on accumulator/flags | ||||||||||||||||||||
FOR x=1 | ||||||||||||||||||||||
|
8-bit loading | |||||||||||||||||||||
z=6 |
|
Exception (replaces LD (HL), (HL)) | ||||||||||||||||||||
FOR x=2 | ||||||||||||||||||||||
|
Operate on accumulator and register/memory location | |||||||||||||||||||||
FOR x=3 | ||||||||||||||||||||||
z=0 |
|
Conditional return, mem-mapped register loads and stack operations | ||||||||||||||||||||
z=1 |
|
POP & various ops | ||||||||||||||||||||
z=2 |
|
Conditional jump | ||||||||||||||||||||
z=3 |
|
Assorted operations | ||||||||||||||||||||
z=4 |
|
Conditional call | ||||||||||||||||||||
z=5 |
|
PUSH & various ops | ||||||||||||||||||||
z=6 |
|
Operate on accumulator and immediate operand | ||||||||||||||||||||
z=7 |
|
Restart | ||||||||||||||||||||