Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 217 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 217 Bytes

Py-ASM

(cursed) assembler for python bytecode

Usage:

./main.py <code file> will assemble and execute <code file>

import lib
co = lib.parse(<str object>)

will assemble a code object without executing