diff options
Diffstat (limited to 'lopcodes.h')
-rw-r--r-- | lopcodes.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -255,6 +255,10 @@ OP_BXOR,/* A B C R(A) := R(B) ~ R(C) */ | |||
255 | OP_SHL,/* A B C R(A) := R(B) << R(C) */ | 255 | OP_SHL,/* A B C R(A) := R(B) << R(C) */ |
256 | OP_SHR,/* A B C R(A) := R(B) >> R(C) */ | 256 | OP_SHR,/* A B C R(A) := R(B) >> R(C) */ |
257 | 257 | ||
258 | OP_MMBIN,/* A B C call B metamethod for previous bin. operation */ | ||
259 | OP_MMBINI,/* A B C call B metamethod for previous binI. operation */ | ||
260 | OP_MMBINK,/* A B C call B metamethod for previous binK. operation */ | ||
261 | |||
258 | OP_UNM,/* A B R(A) := -R(B) */ | 262 | OP_UNM,/* A B R(A) := -R(B) */ |
259 | OP_BNOT,/* A B R(A) := ~R(B) */ | 263 | OP_BNOT,/* A B R(A) := ~R(B) */ |
260 | OP_NOT,/* A B R(A) := not R(B) */ | 264 | OP_NOT,/* A B R(A) := not R(B) */ |