From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-11-17 12:55:36
On Mon, Nov 17, 2003 at 01:54:05AM +0100, Game 64 - Benjamin Bahnsen wrote: > I don't want to do without music - and Trackers unfortunately don't produce > relocatable assembler source code. If it is really source (and not binary) code that is generated, you can try to assemble it with ca65 (maybe using one or more of the --feature options). > By the way, is there a faster way to load data than using fopen and fread? There are also BASIC compatible disk routines available. See the cbm.h header file. But beware: Not all CBM disk I/O routines will not work in all cases together with C file I/O. cbm_load() should be safe, anything using cbm_open() not necessarily. 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 : 2003-11-17 12:56:03 CET