jump and nop instructions.
This commit is contained in:
@ -108,4 +108,6 @@ typedef struct {
|
||||
u8 param;
|
||||
} instruction;
|
||||
|
||||
instruction *instruction_by_opcode(u8 opcode);
|
||||
instruction *instruction_by_opcode(u8 opcode);
|
||||
|
||||
char *inst_name(in_type t);
|
Reference in New Issue
Block a user