Hi everyone.
This is a pretty printer for 6502 assembler language source code. It has been tailored for DASM.
https://github.com/nanochess/pretty6502
It supports also a few other processors, but it was designed at first for 6502.
Enjoy it!
Pretty printer for 6502 assembler source code
Pretty printer for 6502 assembler source code
Author, IOCCC+JS1K winner, Princess Quest in Evercade Intellivision, MSX/Atari/CV/Intellivision/SMS game dev, Knight of boot sector games, IntyBASIC/CVBasic creator.
- GARTHWILSON
- Forum Moderator
- Posts: 8773
- Joined: 30 Aug 2002
- Location: Southern California
- Contact:
Re: Pretty printer for 6502 assembler source code
What's it supposed to do? I looked at all the files there and I can't tell. Do you have any examples?
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
Re: Pretty printer for 6502 assembler source code
It is meant to make assembler source code look formatted.
I've used it for my Space Raid game source code because as I developed it in several text editors all the whitespace was botched.
https://github.com/nanochess/Space-Raid ... e_raid.asm
I've used it for my Space Raid game source code because as I developed it in several text editors all the whitespace was botched.
https://github.com/nanochess/Space-Raid ... e_raid.asm
Author, IOCCC+JS1K winner, Princess Quest in Evercade Intellivision, MSX/Atari/CV/Intellivision/SMS game dev, Knight of boot sector games, IntyBASIC/CVBasic creator.