lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I understand, that there is no official documenation about the 
> underlying bytecode and the VM?! Or is there?

http://www.lua.org/source/5.1/lopcodes.h.html
http://www.lua.org/source/5.2/lopcodes.h.html

That's all there is.