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

From: Karri Kaksonen <karri1sipo.fi>
Date: 2010-11-08 08:08:33
On 11/08/2010 09:02 AM, Agent Friday wrote:
> # Atari file format, without initializations.
>> FEATURES {
>>     STARTADDRESS: default = $2E00;
>> }
>> MEMORY {
>>     ZP:      start = $0082, size = $007E, type = rw, define = yes;
>>     HEADER:  start = $0000, size = $0006, file = %O;
>>     RAM:     start = %S,    size = $BC20 - %S, file = %O;
>>     TRAILER: start = $0000, size = $0006, file = %O;
>> }
> 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.

--
Karri

----------------------------------------------------------------------
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 Nov 8 08:08:54 2010

This archive was generated by hypermail 2.1.8 : 2010-11-08 08:08:57 CET