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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to