Hi all.
I'm working in Aardvark, a game for Atari VCS/2600, the game has grown pretty big and complex, and somehow I started coding with slightly different spacing and comment position, so I decided to write a tool to save me the hassle of re-spacing everything.
I call it pretty6502, it has a number of options, and it's available from here:
https://github.com/nanochess/pretty6502
The compiled utility is available in the Releases tab.
Enjoy it!
Pretty printer / formatter for 6502 assembly code
Pretty printer / formatter for 6502 assembly 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.
Re: Pretty printer / formatter for 6502 assembly code
A good idea! Thanks for sharing your code.