[cc65] Another bug?

Date view Thread view Subject view

From: Shawn Jefferson (sjefferson_at_sd62.bc.ca)
Date: 2002-12-18 19:54:36


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);
}

¯
Shawn


----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2002-12-18 19:55:11 CET