Re: [cc65] Atari Disk Image Tool ?

From: Oliver Schmidt <ol.sc1web.de>
Date: 2010-09-28 23:08:20
Hi Chris,

>> 'need mem.sav to load this
>> file'

> From the documentation:

I actually read it but many old docs tend to describe things only from
the BASIC perspective and aren't always relevant for machine language
programs...

> You can ignore the message.

Thanks for the verification.

>> rebootafterexit()

> Would an atexit() routine also work, wouldn't it?

No. An atexit() routine that doesn't return keeps the C library
destructors from being called. At least on the Apple2 the POSIX file
I/O destructor closes open files actually causing caches to be written
out to disk - something you certainly don't want to miss ;-)

> Btw., is space so tight that you need to omit DUP.SYS?

130 kB is even less than the Apple2's 140 kB not even talking about
the C64's 170 kB - and Contiki 2.4 already needs three disk images one
the Apple2.

I'll have to see if the 5kB of DUP.SYS acually make a difference...

Thanks for you help,
Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Sep 28 23:08:25 2010

This archive was generated by hypermail 2.1.8 : 2010-09-28 23:08:28 CEST