On Fri, Feb 29, 2008 at 11:24:37AM +0100, Markus Stehr wrote: > 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. Please check your spelling everywhere. This does definitely work: test.c: int main (void) { DbgInit (0); return 0; } test.map: Exports list: ------------- AdrFlagTab 00249C RLA BSOUT 00FFD2 REA CLRCH 00FFCC REA CURS_X 0000D3 RLZ CURS_Y 0000D6 RLZ MnemoTab1 0024B6 RLA MnemoTab2 0024F6 RLA OffsetTab 002458 RLA PLOT 00FFF0 REA RESTOR 00FF8A REA SymbolTab1 0024AA RLA SymbolTab2 0024B0 RLA _DbgBreaks 0028F7 RLA _DbgCS 002A28 RLA _DbgDisAsm 002060 RLA _DbgDisAsmLen 00208F RLA _DbgEntry 001EDB RLA _DbgGetBreakSlot 0022EF RLA _DbgHI 002A2A RLA _DbgInit 00225B RLA _DbgIsBreak 002310 RLA _DbgIsRAM 002230 RLA _DbgMemDump 0021C4 RLA _DbgSP 002A42 RLA 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 Fri Feb 29 12:57:02 2008
This archive was generated by hypermail 2.1.8 : 2008-02-29 12:57:05 CET