lua-users home
lua-l archive

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


Hi,

> On 11 Sep 2016, at 3:49, Charles Heywood <vandor2012@gmail.com> wrote:
> 
> I'm working on a project that involves dealing with Lua bytecode; is there a documentation that describes how bytecode works in human readable format?

Apart from the classic "A No-Frills Introduction to Lua 5.1 VM Instructions” by Kein-Hong Man, you might find Dibyendu Majumdar’s notes on Lua 5.3 bytecode useful:

  http://the-ravi-programming-language.readthedocs.io/en/latest/lua_bytecode_reference.html

  M.