Also, since I've already found that my assembler (ACME) doesn't seem to recognize allot of directives I find in all my books (like .org and .word), is it customary for someone to mention the best assembler to use to assemble their program? I'm finding only scarce documentation on the ACME assembler, so I'm kinda thinking of trying something else, unless one can persuade me otherwise.
I'm also on the hunt for a proper text editor that works well for this kinda thing. I first tried the JOE editor, and it wasn't my thing. Wasn't a fan of the interface at all. I'm currently using Windows Notepad, which works fine, but I'd like something well geared towards 6502 assembler. Something that indents properly out of the box, and hopefully does different colors for various code aspects. I've used Atmel Studio (Visual Studio based) a fair amount, and having a "meant for coding" editor is something I love. The editor part, not the over bloated behemoth part
I searched for IDE's, and came up with nothing. An IDE isn't that important as just a decent editor to me though. In fact, at first I was sure I'd hate having to use the command line prompt to run my assembler, but its actually a pretty efficient way to do it surprisingly!