[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Cross Compiler
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 3 Apr 2008 08:44:41 -0300
> I guess it's better to modify DumpVar() that it'll store integer
> in network (or other) byte order
DumpMem is the lowest-level primitive for things that depend on byteorder.
And of course you'll need to change LoadMem as well to be consistent with
your DumpMem.
Moreover, you'll need to adapt LoadHeader to be more tolerant.
While you're at it, change LUAC_FORMAT to a number of your own.
If you need any further help, please let me know.
--lhf