Re: [cc65] How to find highest address of my C code?

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2012-01-04 13:29:57
Hi!

On Wed, Jan 04, 2012 at 12:49:17AM +0100, Oliver Schmidt wrote:
> > You can use the symbols for the memory area in a similar way. There's an
> > additional "__NAME_FILL__" symbol which tells, how much space in the memory
> > area was actually used.
>
> This seems to e missing from
> http://www.cc65.org/snapshot-doc/ld65-5.html#ss5.5
>
> Do I understand this correct in that one can replace (__NAME_LAST__ -
> __NAME_START__) with __NAME_FILL__ ?

No. I mixed that up, because the variable that "feeds" __NAME_LAST__ is called
"FillLevel" internally. The docs are right and I have been wrong. There's
__NAME_LAST__ but no __NAME_FILL__.

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 Wed Jan 4 13:30:08 2012

This archive was generated by hypermail 2.1.8 : 2012-01-04 13:30:11 CET