[cc65] Library in ROM

From: Payton Byrd <payton1paytonbyrd.com>
Date: 2007-11-20 22:05:06
Hey guys.

I'm thinking about making a 16k ROM for the 128 that includes a library of commonly used CC65 functions.  This would provide a fixed location for the most common functions.  Would it be possible to create a custom link config that would use this location for functions instead of bundling them at the end of the user program?  The ROM could copy the library to RAM in BANK 0 on bootup so that programs wouldn't have to deal with bank switching to see the ROM.  We could put things like device drivers in there too, which could make it a lot easier to distribute programs since the correct driver for the 128 would always be available.  Similarly, we could create a cartridge for the 64 to do these things as well.

If it's not possible with the current build of CC65, what would make it possible?


----------------------------------------------------------------------
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 Nov 20 21:58:46 2007

This archive was generated by hypermail 2.1.8 : 2007-11-20 21:58:49 CET