diff options
Diffstat (limited to 'src/opcodes.h')
| -rw-r--r-- | src/opcodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opcodes.h b/src/opcodes.h index 521afcf..2a0288c 100644 --- a/src/opcodes.h +++ b/src/opcodes.h @@ -46,5 +46,6 @@ #define ADD_CHAR 0x2D #define NEWLINE 0x2E #define READ_VAR 0x2F +#define MKSPECIAL 0x30 /* new opcodes here, be sure to update compile.c, vm.c, and emitc.c */ #define LINEMARK 0xFF |