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
Good cross assembler that generates relocatable code?
-
EmbeddedBob
- Posts: 9
- Joined: 27 Apr 2004
- Location: Southern NJ
- Contact:
- GARTHWILSON
- Forum Moderator
- Posts: 8773
- Joined: 30 Aug 2002
- Location: Southern California
- Contact:
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
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
- BitWise
- In Memoriam
- Posts: 996
- Joined: 02 Mar 2004
- Location: Berkshire, UK
- Contact:
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.
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
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