Good cross assembler that generates relocatable code?

Programming the 6502 microprocessor and its relatives in assembly and other languages.
Post Reply
EmbeddedBob
Posts: 9
Joined: 27 Apr 2004
Location: Southern NJ
Contact:

Good cross assembler that generates relocatable code?

Post by EmbeddedBob »

Back in the early 80s, I had a nice assembler that produced relocatable
code, then an external linker to pull in libraries to build the actual hex
format file. I use TASM, which is a nice assembler, but I want to be able
to link in my libraries.

What's a good recommendation for a decent assembler that runs
from the DOS command line on a PC?

Thanks

Bob
User avatar
GARTHWILSON
Forum Moderator
Posts: 8773
Joined: 30 Aug 2002
Location: Southern California
Contact:

Post by GARTHWILSON »

From about '87 to '92 I used the 2500AD assembler and linker which worked well.
cas
Posts: 27
Joined: 21 May 2003
Location: Germany
Contact:

Post by cas »

I can recommend the ca65 assembler, part of the CC65 C Compiler, and CC65 Linker.

See http://www.cc65.org/
Manual: http://www.cc65.org/doc/ca65.html

This assembler is available in source and binary for many host platforms and target platforms.

Best regards

Carsten Strotmann
User avatar
BitWise
In Memoriam
Posts: 996
Joined: 02 Mar 2004
Location: Berkshire, UK
Contact:

Post by BitWise »

If you fancy being a beta-tester (or co-developer) I close to finishing a Java based 6501/6502/65C02/65SC02/65816 relocatable macro assembler - work just keeps getting the way.

The assemblers written (and partially tested). I'm working on the linker and librarian at the moment.

My intention is to release it as freeware.
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
Icy
Posts: 25
Joined: 08 Oct 2003
Location: Florida

Post by Icy »

Cross-assembler by AD2500 is very good for what you describe. I think they have been bought by Avocet, check Avocet advertising on WDC web site. You might be able to get it from them.
Post Reply