On Fri, Nov 03, 2006 at 12:32:58PM +0100, Sebastian Gutsfeld wrote: > I hope I'm not too annoying but can anybody explain why this only works > with RAM filled with zeros? Without using fill=yes, the .org directive will just relocate the code to the given address, but it won't add space for the unused area to the output file. Using ca65/ld65, .org will do relocation but not placement. Placement is done by the linker using the config file. It's more difficult to understand, but also more flexible. Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Fri Nov 3 13:35:29 2006
This archive was generated by hypermail 2.1.8 : 2006-11-03 13:35:32 CET