diff options
Diffstat (limited to 'lopcodes.h')
| -rw-r--r-- | lopcodes.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lopcodes.h,v 1.148 2014/10/25 11:50:46 roberto Exp roberto $ | 2 | ** $Id: lopcodes.h,v 1.149 2016/07/19 17:12:21 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 | */ |
| @@ -170,6 +170,7 @@ name args description | |||
| 170 | ------------------------------------------------------------------------*/ | 170 | ------------------------------------------------------------------------*/ |
| 171 | OP_MOVE,/* A B R(A) := R(B) */ | 171 | OP_MOVE,/* A B R(A) := R(B) */ |
| 172 | OP_LOADK,/* A Bx R(A) := Kst(Bx) */ | 172 | OP_LOADK,/* A Bx R(A) := Kst(Bx) */ |
| 173 | OP_LOADI,/* A sBx R(A) := sBx */ | ||
| 173 | OP_LOADKX,/* A R(A) := Kst(extra arg) */ | 174 | OP_LOADKX,/* A R(A) := Kst(extra arg) */ |
| 174 | OP_LOADBOOL,/* A B C R(A) := (Bool)B; if (C) pc++ */ | 175 | OP_LOADBOOL,/* A B C R(A) := (Bool)B; if (C) pc++ */ |
| 175 | OP_LOADNIL,/* A B R(A), R(A+1), ..., R(A+B) := nil */ | 176 | OP_LOADNIL,/* A B R(A), R(A+1), ..., R(A+B) := nil */ |
