Hi guys,
I'm reading up on 65(C)02 assembly language and have started to look into the tools, i.e. assemblers, simulators, emulators...
There seems to be many tools and I'm kinda confused where to start:
http://6502.org/tools/My daily driver is Linux. But I also use Windows in a virtual machine (KVM/Qemu/libvirt). So I'd be happy to use 65(C)02 development tools in either OS.
My friend Joe (who is also on this forum) uses the
Michal Kowalski simulator which is thankfully still being updated by
Daryl - thank you!
https://github.com/jdimeglio/6502-Simulatorhttps://sbc.rictor.org/kowalski.htmlI'm starting out so I guess an assembler would be sufficient at the moment. Then I would eventually look into a simulator/emulator (also what is the difference between an emulator and simulator? I've read a few answers in the forum and elsewhere but I still don't get it.)
I'm currently looking into the
ca65 assembler (from cc65), but I would like to try others also.
I did notice the assembler directives differ between the Michal Kowalski assembler and the ca65 assembler. Which is understandable.
So I'd like to get a feel on what others are using for their 65(C)02 tools? It would be helpful. Thanks
Pete