Im writing my first Pure C application on my Atari 520ST+.
But it keeps saying BUS ERROR when I try to run the application.
My test.c file looks like:
Code: Select all
int main()
{
return 0;
}
My PRJ file looks like this:
Code: Select all
test.prg
=
test.c
Why is it doing that?