python-xasm icon indicating copy to clipboard operation
python-xasm copied to clipboard

Python cross version bytecode/wordcode assembler

Results 2 python-xasm issues
Sort by recently updated
recently updated
newest added

I got this problem: can't find method greet appending **bogus greet** to list of constants when running pyc-xasm --pyc-file test .\compiled_code.pyasm this is the code that generated compiled_code.pyasm ```python source_code...