[]()
A sweet little python assembler which assembles back output from dis
to python bytecode.
payASM can assemble your disassembled python code into CPython's bytecode implementation. So,
you can write the assembled bytecode as a pyc
file and execute it with a Python interpreter.
Currently the test suite contains a simple Hello World!
program and an Armstrong number
generator program. More test cases with complex disassemblies are welcome.
This project is a work-in-progress. So, there is a huge number of limitations.
*args
and **kwargs
supportContributions are welcome :smile:
Will add the next features to be implemented in issues soon.