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) { } } Thanks, Paul Ullrich von Bassewitz wrote: >On Wed, Nov 23, 2005 at 11:40:18AM -0600, PH wrote: > > >>The new nes.o file worked for me. I used it with 2.11.9.20051121-1 and >>it compiles correctly as long as the optimize switch isn't used. >> >> > >Ok, thanks! > > > >>There >>is still an issue with the optimizer. >> >> > >You mean, the illegal memory access noted by Shawn? I need a small piece of >test code to reproduce the error here. > >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 Nov 23 19:53:10 2005
This archive was generated by hypermail 2.1.8 : 2005-11-23 19:53:12 CET