From: Gary (gary_at_sybersoft.lv)
Date: 2002-02-06 16:48:26
On Wed, Feb 06, 2002 at 02:43:41PM +0100, Ullrich von Bassewitz wrote: > > Is there any chance to make your crt0.s (or any NES specific I/O routines) > generic and add them to cc65 so it's easier for other people to get started? The crt0.S file is attached. It contains some interrupt processing code which doesn't properly belong there; maybe that code should be removed. (I couldn't get inline assembly at file level in C code to work. That's why the interrupt vectors are in this file.) The runtime library was made with ar65, including object files from 'common' and 'runtime', along with one of the ctype.o files. The standard C I/O routines don't work, of course, but those wouldn't be useful for most NES applications anyhow. Sprintf() works properly for preparing trace or debug messages to be displayed Regards, Gary
This archive was generated by hypermail 2.1.3 : 2002-02-06 16:49:05 CET