p65a icon indicating copy to clipboard operation
p65a copied to clipboard

Pythonic 6502 Assembler: An experimental alternative to traditional assemblers.

Results 1 p65a issues
Sort by recently updated
recently updated
newest added

Future-me is reading this codebase and sees references to codegen https://github.com/DavidBuchanan314/p65a/blob/3749d29422b5b6fd133323743f54dbca3730ffd3/src/p65a/assembler.py#L731 iirc some of this Python source was generated from a JSON file with info about the 6502 ISA. I...