I'm using the following to compile when I get a memory ref error. I'm running win2k, and the win32 version of the compiler. c:\cc65nes\bin\cc65.exe -t nes -O -I c:\cc65nes\include helloworld.c Thanks, Paul Ullrich von Bassewitz wrote: >On Wed, Nov 23, 2005 at 12:58:55PM -0600, PH wrote: > > >>Here is the code I am using. >> >>#include <conio.h> >> >>void main(void) >>{ >> clrscr(); >> textcolor (COLOR_WHITE); >> bgcolor (COLOR_BLACK); >> cprintf("hello world"); >> while(1) >> { >> >> } >>} >> >> > >This compiles without any problems here. Could you please describe exactly the >environment, and what you did to produce the error? > >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 Sat Nov 26 15:21:06 2005
This archive was generated by hypermail 2.1.8 : 2005-11-26 15:21:09 CET