Initial work on decoder
Decode the LD SP, $nnnn instruction as our first three-byte instruction.
This commit is contained in:
@@ -4,7 +4,10 @@ package cpu_pkg;
|
||||
ST0_ADDR,
|
||||
ST1_DEC,
|
||||
ST2_EXEC,
|
||||
ST3_INC_ADDR
|
||||
ST2_DEC,
|
||||
ST3_INC_ADDR,
|
||||
ST3_DEC,
|
||||
ST4_EXEC
|
||||
} state_t;
|
||||
|
||||
endpackage
|
||||
|
||||
Reference in New Issue
Block a user