writing python extensions in assembly

Diez B. Roggisch deets at nospam.web.de
Fri May 16 11:28:52 EDT 2008


inhahe schrieb:
> Well the problem is that I'm actually not an assembler guru, so I don't know 
> how to implement a dll in asm or use a c calling convention, although I'm 
> sure those instructions are available on the web.  I was just afraid of 
> trying to learn that AND making python-specific extensions at the same time. 
> I thought of making a c extension with embedded asm, but that just seemed 
> less than ideal.  But if somebody thinks that's the Right Way to do it, 
> that's good enough..

I think the right thing to do if you are not as fluent in assembly is do 
not do anything in it at all. What do you need it for?

Diez



More information about the Python-list mailing list