Re: [cc65] .EXPORT of numeric constant

From: Stefan <vorsichtphysiker1gmx.net>
Date: 2013-01-19 19:08:09
Use .IMPORTZP
or if you want to address the difference from c (the assembler names should have been preceded by "_" in this case) use:
extern void foo, bar;

something = &foo;
somethingother = &bar;
...
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sat Jan 19 19:08:26 2013

This archive was generated by hypermail 2.1.8 : 2013-01-19 19:08:30 CET