From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-02-04 13:30:39
Hi!
Sorry for the late reply, I'm currently somewhat busy...
On Fri, Feb 01, 2002 at 10:14:12PM +0200, Gary wrote:
> Here's the actual linker script for NES.
Is this actually a tested linker script? I would love to have NES support for
cc65, but since I don't own one, this is nothing I can do.
> MEMORY {
> ROMHDR: start = $0, size = 16, file = "romhdr.bin" ;
> ZP: start = $0000, size = $0100;
> RAM: start = $0200, size = $0400, define = yes;
> STACK: start = $0600, size = $0200, define = yes;
> BANK: start = $8000, size = $4000, file = "bank.bin", fill = yes, fillval = $FF ;
> HOME: start = $C000, size = $4000, file = "home.bin", fill = yes, fillval = $FF ;
> CHR: start = $0000, size = $2000, file = "chr.bin", fill = yes, fillval = $FF ;
> }
Just out of curiosity: Is there any reason for writing the segments to
separate files and combining them via "cat" instead of let the linker write
them to one file?
Regards
Uz
--
Ullrich von Bassewitz uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-02-04 13:31:49 CET