|
2009/9/16 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
I've not looked into it(as i dont have a lot of free time), so i'll>> Is there a good reference on what the lua compiler outputs for bytecode;
>> I'm interested in knowing what codes there are and their general mode of
>> operation.
>
> See a summary in
> http://www.lua.org/source/5.1/lopcodes.h.html#OP_MOVE
>
> Also, use luac -l to see bytecode listings.
>
just ask here; would it be possible to make a processor which executes
those lua-bytecodes, for example in vhdl? =)