A Python bytecode assember?

Daniel Yoo dyoo at hkn.eecs.berkeley.edu
Sun Dec 2 23:55:41 EST 2001


Hi everyone,

I'm planning to do a small project with Python's bytecode, and I'd
like to know if anyone's written a bytecode assember for it?


I've taken a look at Michael Hudson's 'bytecodehacks' package at:

    http://bytecodehacks.sourceforge.net/

but the code looks like it hasn't been touched since March 2000.  Can
anyone talk about their experiences with bytecodehacks?  I need a
bytecode assember that supports jumps, so if someone's hacked up
bytecodehacks to support this, I'll be a very happy person.

Thanks again!



More information about the Python-list mailing list