Page 1 of 1

Pretty printer for 6502 assembler source code

Posted: Sat Nov 26, 2022 11:32 pm
by nanochess
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!

Re: Pretty printer for 6502 assembler source code

Posted: Sun Nov 27, 2022 12:56 am
by GARTHWILSON
What's it supposed to do? I looked at all the files there and I can't tell. Do you have any examples?

Re: Pretty printer for 6502 assembler source code

Posted: Sun Nov 27, 2022 1:03 am
by nanochess
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