Which assembler could I possibly use ?

Programming the 6502 microprocessor and its relatives in assembly and other languages.
sburrow
Posts: 833
Joined: 09 Oct 2021
Location: Texas

Re: Which assembler could I possibly use ?

Post by sburrow »

Since this topic was at the top, and I just recently switched assemblers, I want to put in my 2 cents:

I just switched from 'as65' or 'dev65' now to 'asm6' found here https://www.nesdev.org/wiki/Tools. NONE of my code needed replacing at all. It is also WAY easier to use and get a binary file of exactly the size I want without any parser programs, etc. Literally the best thing since sliced bread :)

Now, it might be specific to NES programming, that I am not sure of. But it is great and I love it, so I must recommend it!

Thanks!

Chad
Post Reply