Re: [cc65] Question about linking assembler to specific address

From: Kevin Schuetz <scrapdog1runbox.com>
Date: 2010-05-13 23:44:20
You have to assemble it using ca65 first... ld65 works with the object 
files that are produced by the assembler.

ca65 -t none input.s
ld65 -t none -S $1400 -o outputfile input.o



\On 5/13/2010 12:00 PM, Payton Byrd wrote:
> I want to have an assembler program that I can compile and link that 
> starts at $1400 and only contains the code in my .S file.  Reading up 
> on the ld65 docs, it appears I should do the following:
>
> ld65 -t none -S $1400 -o outputfile input.s
>
> -- 
> Payton Byrd
> <http://www.paytonbyrd.com>
> <http://it.toolbox.com/blogs/paytonbyrd>

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu May 13 23:44:30 2010

This archive was generated by hypermail 2.1.8 : 2010-05-13 23:44:33 CEST