From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-11-22 19:15:58
On Fri, Nov 22, 2002 at 01:05:11PM -0500, Greg King wrote: > When I read the IDE64 Hard-disk Controller's documents, I realized that the C64 > target, also, needs to protect interrupt-handlers (for the mouse, too). Your > solution should be made a standard part of the built-in scripts of all of the > targets. (Some of the targets might not need to protect a segment, but there > could be common library-routines that want it.) I don't see why the C64 would need that, but anyway... ...I've started to do exactly what you suggested about 30 minutes ago. The startup code will always go into a segment named STARTUP, and there will be an additional segment named LOWCODE that follows startup and should therefore always be in non banked memory (provided no one packs kilobytes of code into this segment). Christian and Maciej, could you please add the necessary changes to the Atari and GEOS files (linker config and startup)? I planned to post to cc65-devel this evening, but Greg has been faster:-) The following platforms have already been converted in case you need an example: c16, c128, pet, plus4. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- 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-11-22 19:16:58 CET