Nasm_with_C++_with_Python

2007-07-31 Thread Jason Ward
I am wanting to write a library in nasm and call it from python. Because python can call c++ libraries. And nasm can be used in c++. So I was wondering how I would go about using nasm in python? -- http://mail.python.org/mailman/listinfo/python-list

Nasm_with_C++_With_Python

2007-07-31 Thread Jason Ward
I am interested in writing a library in Nasm and calling it from python. Python can call C++ libraries. Nasm can be made into an inc file and can be included in C++. So I was wondering if this combination is possible or if there is a better way. If it can be done please explain how I can do this.