![]() |
|
|
+ Search |
![]()
|
Jun 15th, 2000 05:32
unknown unknown, Martijn Faassen
Take a look here: Extending and Embedding the Python Interpreter http://www.python.org/doc/current/ext/ext.html And here: Python/C API http://www.python.org/doc/current/api/api.html These are part of the standard Python documentation. You'll have to do the assembler calls yourself, from C.