Re: [cc65] Zeropage Vars

From: Tachdaun <tachdaun1gmail.com>
Date: 2009-02-04 04:15:10
Danke!

Ullrich von Bassewitz wrote:
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


  
---------------------------------------------------------------------- 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 Feb 4 03:16:15 2009

This archive was generated by hypermail 2.1.8 : 2009-02-04 03:16:17 CET