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
65c816 cross compiler suggestions?
65c816 cross compiler suggestions?
-Tony
KG4WFX
KG4WFX
- GARTHWILSON
- Forum Moderator
- Posts: 8775
- Joined: 30 Aug 2002
- Location: Southern California
- Contact:
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.
For Forth, I use my own home-written Forth.
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/
http://john.ccac.rwth-aachen.de:8000/alf/
Re: 65c816 cross compiler suggestions?
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
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
Toshi