X-Git-Url: https://jxself.org/git/?p=zilutils.git;a=blobdiff_plain;f=zilasm%2Fopcodes.h;fp=zilasm%2Fopcodes.h;h=95a0f4fabdf1ff1ed5ae23632958fdf71e7a673a;hp=53e350912f42ba17cd68b4292ddf62e388e1ee28;hb=b1f151e1500e1fdadafaab6b13df6e0a8f32136e;hpb=c0f515aab1285fdedb65d4582b42cc59db0c8e26 diff --git a/zilasm/opcodes.h b/zilasm/opcodes.h index 53e3509..95a0f4f 100644 --- a/zilasm/opcodes.h +++ b/zilasm/opcodes.h @@ -1,7 +1,7 @@ /* * opcodes.h -- part of ZilUtils/ZilAsm * - * Copyright (C) 2016, 2019 Jason Self + * Copyright (C) 2016, 2019, 2020 Jason Self * * 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 };