I've been studying the Lua 5.1 VM opcodes for some time now, out of boredom.
And I want to try coding something!
So is there any existing way to assemble Lua Assembly into Bytecode ?
I never used it, but I've found this link in my "Things to watch when I have more time" list (oddly I never get to the part of consuming this list...)
http://chunkbake.luaforge.net/
It claims to assemble Lua 5.0 VM Code into bytecodes, not 5.1, and unfortunately I don't know how much has changed from 5.0 to 5.1.