65c816 cross compiler suggestions?

Programming the 6502 microprocessor and its relatives in assembly and other languages.
Post Reply
Tancor
Posts: 113
Joined: 18 Dec 2002
Contact:

65c816 cross compiler suggestions?

Post by Tancor »

Hi all,

I know that many / most are using 6502 processors, but I've noticed a bit of a surging of using the 65816 processor, and I was hoping to find out what others are using for assemblers/compilers for their designs?

-T
-Tony
KG4WFX
User avatar
GARTHWILSON
Forum Moderator
Posts: 8775
Joined: 30 Aug 2002
Location: Southern California
Contact:

Post by GARTHWILSON »

For assembly, I use Cross-32 (C32 for short) macro assembler from Universal Cross-Assemblers. When you get the assembler for around $200, you get all the files to assemble for about 50 processors, plus the info to make your own tables for any other processor not yet invented (or even your own). IOW, you may never need to buy another assembler.

For Forth, I use my own home-written Forth.
jdeboy
Posts: 15
Joined: 22 Dec 2002
Location: Germany
Contact:

Post by jdeboy »

I'm using the AS-Assembler by Alfred Arnold. It supports many processors (including the 65816) and is freeware. You can find links at:
http://john.ccac.rwth-aachen.de:8000/alf/
TMorita
Posts: 217
Joined: 15 Sep 2002

Re: 65c816 cross compiler suggestions?

Post by TMorita »

Tancor wrote:
Hi all,

I know that many / most are using 6502 processors, but I've noticed a bit of a surging of using the 65816 processor, and I was hoping to find out what others are using for assemblers/compilers for their designs?

-T
My 65816 port of LCC is now in the downloads section.

Toshi
Post Reply