|
native Lua
0.4.0
Lua on the platform you use with the compiler you choose
|

Macros | |
| #define | lopcodes_c |
| #define | LUA_CORE |
| #define | opmode(t, a, b, c, m) (((t)<<7) | ((a)<<6) | ((b)<<4) | ((c)<<2) | (m)) |
Variables | |
| LUAI_DDEF const char *const | luaP_opnames [NUM_OPCODES+1] |
| LUAI_DDEF const lu_byte | luaP_opmodes [NUM_OPCODES] |
| #define lopcodes_c |
| #define LUA_CORE |
| #define opmode | ( | t, | |
| a, | |||
| b, | |||
| c, | |||
| m | |||
| ) | (((t)<<7) | ((a)<<6) | ((b)<<4) | ((c)<<2) | (m)) |
| LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] |
| LUAI_DDEF const char* const luaP_opnames[NUM_OPCODES+1] |
1.8.20