On 6-jun-2006, at 21:44, Bob Ippolito wrote:

>
> The IA-32 calling conventions for Mac OS X are documented here:
> http://developer.apple.com/documentation/DeveloperTools/Conceptual/
> LowLevelABI/Articles/IA32.html
>
> And you'll probably also want to look at the disassembly (otool -tVv
> is good for this, or just gcc -S) of a trivial C program or two to
> get an idea of what it looks like in practice.

And if you prefer to decode hairy C code you could look at libffi  
(both the version in python-trunk and that in PyObjC support darwin/ 
x86) ;-)

Ronald

>
> -bob
>
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to