lua-users home
lua-l archive

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


> > In
> > > eLua it's possible to use the compiled bytecode directly from flash
> > > [...]

How does it handle alignments? The arrays of opcodes inside a compiled
bytecode are not necessarily aligned (at least not in the standard format
that Lua uses to represent binary code).

-- Roberto