lua-users home
lua-l archive

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


Hi, all.

Is there anyone out there knowing the gnu assembler _for real_.. (other than just having read the man pages)?
I'd want to port Ignacio CastaƱio's declare/dynacall module so it'd 
also compile with Gnu C/asm. Now it does with msc (tested) and Borland 
(not tested).
The asm part is embedded within C and takes care of dynamic stack 
mangling before calling external DLLs. This code _should_ be the same 
despite compilers, right? (since it's about calling external code and 
not that of the compiler's own)
Anyways, help would be appreciated. As a reward, you'd be listed in the 
credits! :D
.ak