68kMLA Classic Interface

This is a version of the 68kMLA forums for viewing on your favorite old mac. Visitors on modern platforms may prefer the main site.

Click here to select a new forum.
Looking for 6502 assembler / disassembler
Posted by: johnklos on 2010-06-12 13:24:14
Hi, all,

I'm hoping someone around here has suggestions about where I might find a simple 6502 assembler / disassembler. I have a few seven port serial boards for my Amiga which use a 65CE02 (which is an updated 6502), and I'd like to play with the code which handles the seven ports.

Thanks!

Posted by: CJ_Miller on 2010-06-12 15:18:51
I haven't done any assembly, but I did just see this during my MIDI travels:

http://www.hinton-instruments.co.uk/archive/macide.html

Posted by: Bunsen on 2010-06-12 15:37:27
That's a good find!

Posted by: johnklos on 2010-06-12 20:48:59
Very cool! Thank you - that's perfect. Now to learn some 6502 assembly...

Posted by: ClassicHasClass on 2010-06-13 20:53:40
If I may make a suggestion of my own,

http://www.floodgap.com/retrotech/xa/

Yes, I maintain it and the companion disassembler. And yes, it runs on NetBSD (my development environment for the C64 for many years was a Mac IIci running 1.4.2 and netatalk, sharing an objects directory to my 7300, which had it mounted as a disk image in Power64).

Posted by: ChristTrekker on 2010-06-14 09:15:55
I added cc65 to pkgsrc awhile back.

I also discovered CHC's xa, but he already mentioned that.

Posted by: Dog Cow on 2010-06-14 09:44:25
I started using Merlin Pro about 2 evenings ago and have picked it up quite quickly. But it's intended for Apple II, so maybe that's not what platform you have in mind.

1