writing python extensions in assembly

Diez B. Roggisch deets at nospam.web.de
Fri May 16 10:18:15 EDT 2008


inhahe schrieb:
> Can anyone give me pointers/instructions/a template for writing a Python 
> extension in assembly (or better, HLA)?

You could write a C-extension and embed assembly. See the docs for how 
to write one. If you know how to implement a C-callingconvention-based 
shared library in assembly (being an assembler guru you sure know how 
that works), you could mimic a C-extension.

Diez



More information about the Python-list mailing list