Page 1 of 1

65c816 cross compiler suggestions?

Posted: Tue Mar 30, 2004 2:55 am
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

Posted: Tue Mar 30, 2004 3:38 am
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.

Posted: Tue Mar 30, 2004 5:38 am
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/

Re: 65c816 cross compiler suggestions?

Posted: Sun May 02, 2004 2:38 am
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