diff options
Diffstat (limited to 'lopcodes.h')
-rw-r--r-- | lopcodes.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.h,v 1.55 2000/04/07 13:12:50 roberto Exp roberto $ | 2 | ** $Id: lopcodes.h,v 1.56 2000/04/07 19:35:31 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 | */ |
@@ -148,6 +148,9 @@ OP_JMP,/* J - - PC+=s */ | |||
148 | 148 | ||
149 | OP_PUSHNILJMP,/* - - nil PC++; */ | 149 | OP_PUSHNILJMP,/* - - nil PC++; */ |
150 | 150 | ||
151 | OP_FORPREP,/* J */ | ||
152 | OP_FORLOOP,/* J */ | ||
153 | |||
151 | OP_CLOSURE,/* A B v_b-v_1 closure(KPROTO[a], v_1-v_b) */ | 154 | OP_CLOSURE,/* A B v_b-v_1 closure(KPROTO[a], v_1-v_b) */ |
152 | 155 | ||
153 | OP_SETLINE/* U - - LINE=u */ | 156 | OP_SETLINE/* U - - LINE=u */ |