From: Christian Groessler (cpg_at_aladdin.de)
Date: 2002-12-20 15:44:50
Hi,
On 12/18/2002 10:54:36 AM PST "Shawn Jefferson" wrote:
>
>Compiling the following code with cc65 2.9.0 for the Atari target and
>running it in SpartaDOS 3.3 causes it to never return control to DOS
>for some reason.
>
>
>#include <atari.h>
>#include <stdio.h>
>#include <stdlib.h>
>
>unsigned char main()
>{
> printf("Hello World!\n");
>
> return(1);
>}
I can reproduce that (also with "int main(void)"). Please give me some
time to investigate...
regards,
chris
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-12-20 15:47:45 CET