|
hi,I'm trying to translate the Lua assembly opcodes to another virtual machine. Some ops , such as setlisto and some others, use the stack to store values, if the #values is unknown during compile time (and thus, translation time).
Can I access these values without the use of C? regards, klaas-jan