Re: [cc65] Zeropage Vars

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2009-02-03 20:32:19
On Tue, Feb 03, 2009 at 08:25:18PM +0100, Ullrich von Bassewitz wrote:
> or external zero page symbols like this:
>
>         extern char foo;
>         #pragma zpsym (foo);

Sorry, brain malfunction:-) Above must read

        extern int foo;
        #pragma zpsym ("foo");

See also here:

        http://www.cc65.org/doc/cc65-7.html#ss7.14

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 Feb 3 20:34:51 2009

This archive was generated by hypermail 2.1.8 : 2009-02-03 20:34:53 CET