Re: [cc65] ca65 for stand-alone asm projects

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2010-11-09 22:51:11
On Mon, Nov 08, 2010 at 09:08:33AM +0200, Karri Kaksonen wrote:
> >DANIEL-- I AM PUZZLED by one thing in your config file, and that's
> >the ZP section preceding the HEADER.  It seems the only way this can
> >actually work correctly is if your ZEROPAGE segment were empty.  Is
> >that an error, or am I missing something?
>
> The ZP is not written in the output file. So it can be anywhere
> without messing up the file.

Actually, most or all config files are badly written at this point. The memory
area ZP *is* written to the output file. But since only the segment named
ZEROPAGE is placed there, and this segment is of type zp, which behaves
similar as bss, zero bytes of data are written. It would indeed be better to
specify file="" to explicitly disable any output.

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 Tue Nov 9 22:51:21 2010

This archive was generated by hypermail 2.1.8 : 2010-11-09 22:51:24 CET