aboutsummaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/opcode.h b/opcode.h
index 2e875f69..f021dac8 100644
--- a/opcode.h
+++ b/opcode.h
@@ -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,