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