[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: gcc asm help needed! (dynacall porting)
- From: Asko Kauppi <asko.kauppi@...>
- Date: Mon, 7 Jul 2003 22:48:48 +0300
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