diff options
Diffstat (limited to 'byterun/instruct.h')
-rw-r--r-- | byterun/instruct.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/byterun/instruct.h b/byterun/instruct.h index 5ad1e6c41..80d9ed1ea 100644 --- a/byterun/instruct.h +++ b/byterun/instruct.h @@ -44,7 +44,10 @@ enum instructions { NEGINT, ADDINT, SUBINT, MULINT, DIVINT, MODINT, ANDINT, ORINT, XORINT, LSLINT, LSRINT, ASRINT, EQ, NEQ, LTINT, LEINT, GTINT, GEINT, - OFFSETINT, OFFSETREF, ISINT, + OFFSETINT, OFFSETREF, ISINT, GETMETHOD, - STOP, EVENT, BREAK + BEQ, BNEQ, BLTINT, BLEINT, BGTINT, BGEINT, + ULTINT, UGEINT, + BULTINT, BUGEINT, STOP, + EVENT, BREAK, }; |