diff options
Diffstat (limited to 'lopcodes.h')
| -rw-r--r-- | lopcodes.h | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lopcodes.h,v 1.100 2002/08/05 14:46:43 roberto Exp roberto $ | 2 | ** $Id: lopcodes.h,v 1.101 2002/08/20 20:03:05 roberto Exp roberto $ |
| 3 | ** Opcodes for Lua virtual machine | 3 | ** Opcodes for Lua virtual machine |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -123,6 +123,11 @@ enum OpMode {iABC, iABx, iAsBx}; /* basic instruction format */ | |||
| 123 | ** RK(x) == if x < MAXSTACK then R(x) else Kst(x-MAXSTACK) | 123 | ** RK(x) == if x < MAXSTACK then R(x) else Kst(x-MAXSTACK) |
| 124 | */ | 124 | */ |
| 125 | 125 | ||
| 126 | |||
| 127 | /* | ||
| 128 | ** grep "ORDER OP" if you change these enums | ||
| 129 | */ | ||
| 130 | |||
| 126 | typedef enum { | 131 | typedef enum { |
| 127 | /*---------------------------------------------------------------------- | 132 | /*---------------------------------------------------------------------- |
| 128 | name args description | 133 | name args description |
