I'm following the tutorial here. What I'm doing is to simply print out a string but it is giving me an overflow error:
#include <stdio.h>
int main(){
printf("Hello World\n");
return 0;
}
I'm compiling the C code with z88dk into a .83p file and loaded it into a TI-83p. I ran it with Doors CS7.2.