michaelcmartin / Ophis

A cross-assembler for the 6502 series of microprocessors.
http://michaelcmartin.github.io/Ophis/
Other
96 stars 26 forks source link

Listing dev #33

Open gnievin opened 4 years ago

gnievin commented 4 years ago

I'm making a few changes to the listing output, including a little more information on source code and omitting repetitive blocks of bytes.

I'm currently using Ophis on Linux with the Ben Eater 6502 breadboard computer, generating 32K EEPROM images for the breadboarded computer. Thanks for the excellent assembler, I'm quite impressed with it so far; I was drawn to it for being open, implemented in Python, and portable.

Trying to be as unobtrusive to the non-listing code as possible.

Any suggestions welcomed.