From: cbmnut_at_hushmail.com
Date: 2002-07-18 21:02:01
>>If we mean the same thing, I found it in >>cc65-sources-2.8.0.tar.gz >>in libsrc/atari/dio*, open.s, etc. > >Well, actually I'm talking about the fseek/ftell/fread/fwrite functions. > The C function fopen gets reduced to the assembly function open.s, for example. I should know cause I'm adding filesystem support :) The other functions should reduce to read.s and open.s. There are simple C wrappers to these assembly functions to make them the C functions, ie fopen() would call read. Another option: just compile your source the "hard" way, as described in intro.html, and at the step after the assembly with ca65, you should have the complete source assembly file of your program, but many of the library routines won't be there, because they are in object form already in atari.o and atari.lib. Did anyone see my message on fixing the align program, or else Uz hasn't gotten around to commenting.. Communicate in total privacy. Get your free encrypted email at https://www.hushmail.com/?l=2 Looking for a good deal on a domain name? http://www.hush.com/partners/offers.cgi?id=domainpeople ---------------------------------------------------------------------- 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-07-18 21:02:27 CEST