ZombieCPU/opcodes.py

8 lines
131 B
Python
Raw Permalink Normal View History

2021-02-01 18:22:51 -05:00
NOP = 0 # No-op
HLT = 1 # Halt
RST = 2 # Reset
DBG = 3 # Debug
LDI = 4 # Load Immediate
PUSH = 5 # Push
POP = 6 # Pop