From d530dfda63ced48402e58849450fa0b04263ae61 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 24 Nov 2018 17:45:20 +0100 Subject: [PATCH] include/instr.h: adding a special OP_NONE opcode. --- include/instr.h | 1 + 1 file changed, 1 insertion(+) 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 {