Re: [cc65] Segment defines

From: Mike Harris <atarimike1wavecable.com>
Date: 2007-06-22 23:34:50
> You need to use "define = yes" in the SEGMENTS directive of the linker
> config file. See the standard config files for examples.

I used that, but I'm still not seeing the symbol in my code.
Here are the relevant lines:
in MEMORY:
SPRITE:   load = SPRITE,          type = rw,  define = yes, optional = yes;
and in SEGMENTS:
SPRITE: start = $0200, size = $0100, type = rw, define = yes;

Maybe it doesn't like a memory named the same as a segment?

Mike
----------------------------------------------------------------------
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 Jun 22 23:35:04 2007

This archive was generated by hypermail 2.1.8 : 2007-06-22 23:35:07 CEST