lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, 20 Apr 2010 14:09:23 -0300
Francisco <xxleite@gmail.com> wrote:

> what am i doin' wrong?

Not reading ChunkBake's documentation, and thus using the wrong
instruction set.  ChunkBake is an assembler for Lua chunks, and thus
expects opcodes that reflect the Lua virtual machine.

I'd never heard of ChunkBake until just a moment ago, and I got that
from reading the very first line of its website:

"ChunkBake is a line-oriented assembler for Lua 5 virtual machine
instructions."

B.