Re: [cc65] Closing down

From: Greg King <greg.king51verizon.net>
Date: 2013-03-18 20:44:17
From: "Ullrich von Bassewitz"; on Monday, March 18, 2013; at 1:51 PM -0400
>
> On Mon, Mar 18, 2013 at 08:02:48AM +0100, Oliver Schmidt wrote:
>>
>> The snapshots of almost all C libraries are broken since several weeks
>> (they jump "somewhere" on the first interrupt like a timer interrupt).
>> If there are no new snapshots it might be preferable to remove the
>> snapshot dir altogether.
>
> OK, done.

Actually, they are only "half" broken.  They work if your program has any 
interruptors.  For example, if your program uses the joystick, mouse, 
serial, or graphics drivers, then it will run OK.

If your program doesn't use anything that has interruptors, then you can 
work around that bug by linking an assembly-sourced interruptor stub; or, 
by including an unused call to a function from one of the above driver 
libraries. 

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Mon Mar 18 22:28:15 2013

This archive was generated by hypermail 2.1.8 : 2013-03-18 22:28:18 CET