Re: [cc65] Possible bug? Assmebler exports lower case only.

From: Markus Stehr <bastetfurry1ircnet.de>
Date: 2008-02-29 11:24:37
Am Freitag, den 29.02.2008, 09:26 +0100 schrieb Ullrich von Bassewitz:
> Good morning!
> 
> On Fri, Feb 29, 2008 at 01:05:54AM +0100, Markus Stehr wrote:
> > Might be a bug or a feature but the linker wont use an assembler export
> > when there are upper case letters in its name.
> >
> > .export _ScrollLinesUp
> > wont show up in the map file (and the call points to the zeropage...)
> >
> > .export _scrolllinesup
> > works just fine.
> 
> Are you importing _scrolllinesup somewhere? The standard setting for the
> linker is to exclude all symbols from the map file that aren't referenced. So
> if you use


Top line of my assembler file was
.export _ScrollLinesUp

and in my main.h i had a line:
extern void ScrollLinesUp(void);

If i write that stuff all lowercase its there and gets called, but with
the uppercase letters its gone.

Greetings,
Markus

----------------------------------------------------------------------
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 Feb 29 11:24:42 2008

This archive was generated by hypermail 2.1.8 : 2008-02-29 11:24:44 CET