Re: [cc65] Linker output for EPROM image files

From: David Holz <davidh1otterspace.com>
Date: 2004-04-12 17:03:58
From: "Christian Krüger" <C.Krueger.B@web.de>
> but the space
> between is still not transparent for the resulting
> file, so I worked around this with .RES directives
> to close these gaps.

Section 4.5 of the help for ld65 has your answer:

"Unused memory in a memory area may be filled. Use the "fill = yes"
attribute to request this. The default value to fill unused space is zero.
If you don't like this, you may specify a byte value that is used to fill
these areas with the "fillval" attribute. This value is also used to fill
unfilled areas generated by the assemblers .ALIGN and .RES directives."

-- 
White Flame (aka David Holz)
http://www.white-flame.com/

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Mon Apr 12 16:45:34 2004

This archive was generated by hypermail 2.1.8 : 2004-04-12 16:45:40 CEST