Pretty printer / formatter for 6502 assembly code

Let's talk about anything related to the 6502 microprocessor.
Post Reply
User avatar
nanochess
Posts: 16
Joined: 09 Jan 2017
Location: Mexico, Mexico
Contact:

Pretty printer / formatter for 6502 assembly code

Post by nanochess »

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!
Author, IOCCC+JS1K winner, Princess Quest in Evercade Intellivision, MSX/Atari/CV/Intellivision/SMS game dev, Knight of boot sector games, IntyBASIC/CVBasic creator.
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: Pretty printer / formatter for 6502 assembly code

Post by BigEd »

A good idea! Thanks for sharing your code.
Post Reply