Lua 5.3 Bytecode Reference
โ Scribed by Dibyendu Majumdar
- Publisher
- readthedocs.io
- Year
- 2015
- Tongue
- English
- Leaves
- 57
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Table of Contents
Lua Stack & Registers......Page 1
Instruction Summary......Page 3
OP_CALL......Page 5
OP_TAILCALL......Page 8
OP_RETURN......Page 10
OP_JMP......Page 11
OP_VARARG......Page 12
OP_LOADBOOL......Page 15
OP_EQ, OP_LT & OP_LE......Page 17
OP_TEST & OP_TESTSET......Page 21
OP_FORPREP & OP_FORLOOP......Page 27
OP_TFORCALL & OP_TFORLOOP......Page 30
OP_CLOSURE......Page 32
OP_GETUPVAL & OP_SETUPVAL......Page 36
OP_NEWTABLE......Page 37
OP_SETLIST......Page 38
OP_GETTABLE & OP_SETTABLE......Page 43
OP_SELF......Page 44
OP_GETTABUP & OP_SETTABUP......Page 46
OP_CONCAT......Page 47
OP_LEN......Page 48
OP_MOVE......Page 49
OP_LOADNIL......Page 50
OP_LOADK......Page 51
Binary Operators......Page 52
Unary Operators......Page 56
๐ SIMILAR VOLUMES
This is a short succinct reference manual written in a clear and concise manner. It tells you everything you really need to know and not much more. There are short examples of syntax to help explain the concepts. If you need to simply write programs in LUA, then this is your choice. If you need to g