|
> Is there a good reference on what the lua compiler outputs for bytecode; > I'm interested in knowing what codes there are and their general mode of > operation. See a summary in http://www.lua.org/source/5.1/lopcodes.h.html#OP_MOVE Also, use luac -l to see bytecode listings.