[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Bytecode Reference?
- From: Pierre LeMoine <yarr.luben@...>
- Date: Fri, 18 Sep 2009 13:02:49 +0200
2009/9/16 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
>> 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.
>
I've not looked into it(as i dont have a lot of free time), so i'll
just ask here; would it be possible to make a processor which executes
those lua-bytecodes, for example in vhdl? =)