diff --git a/include/instr.h b/include/instr.h index 4f776e5..4dfe36c 100644 --- a/include/instr.h +++ b/include/instr.h @@ -33,6 +33,7 @@ #define OP_JMP 7 #define OP_JR 8 #define OP_INT 15 +#define OP_NONE 0xFF /* Register type */ struct instr_R {