aboutsummaryrefslogtreecommitdiff
path: root/src/opcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcodes.h')
-rw-r--r--src/opcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opcodes.h b/src/opcodes.h
index aca29bd..becfb3c 100644
--- a/src/opcodes.h
+++ b/src/opcodes.h
@@ -44,5 +44,6 @@
#define TYPE_DEC 0x2B
#define TYPE_STR 0x2C
#define ADD_CHAR 0x2D
+#define NEWLINE 0x2E
/* new opcodes here, be sure to update vm.c */
#define LINEMARK 0xFF