Added ability to define multiple functions (without parameters) and
[zilutils.git] / zilasm / opcodes.h
index 53e350912f42ba17cd68b4292ddf62e388e1ee28..95a0f4fabdf1ff1ed5ae23632958fdf71e7a673a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * opcodes.h -- part of ZilUtils/ZilAsm
  *
- * Copyright (C) 2016, 2019 Jason Self <j@jxself.org>
+ * Copyright (C) 2016, 2019, 2020 Jason Self <j@jxself.org>
  *
  * Based on ZILF (c) 2010, 2015 Jesse McGrew
  *
@@ -56,11 +56,14 @@ enum Opcodes
   Opcode_ASHIFT = 259,
   Opcode_ASSIGNED = 255,
   Opcode_BAND = 9,
+  Opcode_CRLF = 187,
+  Opcode_ICALL1 = 143,
+  Opcode_ICALL2 = 26,
   Opcode_PRINT = 141,
   Opcode_PRINTI = 178,
   Opcode_PRINTR = 179,
   Opcode_QUIT = 186,
-  Opcode_CRLF = 187
+  Opcode_RTRUE = 176
 };