jump and nop instructions.

This commit is contained in:
2025-01-30 17:03:56 -07:00
parent cd588671c4
commit ba56bd2491
5 changed files with 130 additions and 8 deletions

View File

@ -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);