diff options
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** TeCGraf - PUC-Rio | 2 | ** TeCGraf - PUC-Rio |
3 | ** $Id: opcode.h,v 2.2 1994/07/19 21:27:18 celes Exp celes $ | 3 | ** $Id: opcode.h,v 2.3 1994/08/05 19:31:09 celes Exp celes $ |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef opcode_h | 6 | #ifndef opcode_h |
@@ -55,7 +55,7 @@ typedef enum | |||
55 | PUSHGLOBAL, | 55 | PUSHGLOBAL, |
56 | PUSHINDEXED, | 56 | PUSHINDEXED, |
57 | PUSHMARK, | 57 | PUSHMARK, |
58 | PUSHOBJECT, | 58 | PUSHMARKMET, |
59 | STORELOCAL0, STORELOCAL1, STORELOCAL2, STORELOCAL3, STORELOCAL4, | 59 | STORELOCAL0, STORELOCAL1, STORELOCAL2, STORELOCAL3, STORELOCAL4, |
60 | STORELOCAL5, STORELOCAL6, STORELOCAL7, STORELOCAL8, STORELOCAL9, | 60 | STORELOCAL5, STORELOCAL6, STORELOCAL7, STORELOCAL8, STORELOCAL9, |
61 | STORELOCAL, | 61 | STORELOCAL, |
@@ -74,6 +74,7 @@ typedef enum | |||
74 | SUBOP, | 74 | SUBOP, |
75 | MULTOP, | 75 | MULTOP, |
76 | DIVOP, | 76 | DIVOP, |
77 | POWOP, | ||
77 | CONCOP, | 78 | CONCOP, |
78 | MINUSOP, | 79 | MINUSOP, |
79 | NOTOP, | 80 | NOTOP, |