diff options
Diffstat (limited to 'lopcodes.h')
-rw-r--r-- | lopcodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -251,6 +251,7 @@ OP_LEN,/* A B R(A) := length of R(B) */ | |||
251 | OP_CONCAT,/* A B R(A) := R(A).. ... ..R(A + B - 1) */ | 251 | OP_CONCAT,/* A B R(A) := R(A).. ... ..R(A + B - 1) */ |
252 | 252 | ||
253 | OP_CLOSE,/* A close all upvalues >= R(A) */ | 253 | OP_CLOSE,/* A close all upvalues >= R(A) */ |
254 | OP_TBC,/* A mark variable A "to be closed" */ | ||
254 | OP_JMP,/* k sJ pc += sJ (k is used in code generation) */ | 255 | OP_JMP,/* k sJ pc += sJ (k is used in code generation) */ |
255 | OP_EQ,/* A B if ((R(A) == R(B)) ~= k) then pc++ */ | 256 | OP_EQ,/* A B if ((R(A) == R(B)) ~= k) then pc++ */ |
256 | OP_LT,/* A B if ((R(A) < R(B)) ~= k) then pc++ */ | 257 | OP_LT,/* A B if ((R(A) < R(B)) ~= k) then pc++ */ |