more oddly
strcpy(buff,"eady");
putstr(buff);
works with my modified routine
putstr("eady");
crashes the show
more oddly
strcpy(buff,"eady");
putstr(buff);
works with my modified routine
putstr("eady");
crashes the show
Warning I'm not a teacher
fixed it, compiler optimised ascii var outCode:void wrchar(char d) // { volatile char ascii=d;
Warning I'm not a teacher
Bookmarks