Can anyone tell me where to find Lua’s bytecode specification? I’ve been searching for 15 minutes, and I can’t find anything.
Can anyone tell me where to find Lua’s bytecode specification? I’ve been searching for
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maybe A No-Frills Introduction to Lua 5.1 VM Instructions contains what you’re looking for?
There is also a table of the Lua 5.0 instruction set (Figure 5) in:
You can find the full text with a search on Google Scholar and I believe it’s on lua.org as well. This reference is used by the Lua page on Wikipedia, which is always a good place to look for such things. 🙂