Re: Re[2]: [cc65] Probleme mit File-IO ( die 2te )

Date view Thread view Subject view

From: Marc 'BlackJack' Rintsch (marc_at_rintsch.de)
Date: 2001-08-24 22:25:36


Hi groepaz,

> may i ask if the current implemenation is done 100% in assembler or
> not? just wondering....

The current implementation (which is not finished nor in the stable 
release and just for CBM machines) is just functions that are modeled 
after the BASIC commands.

There is cbm_(load|save|open|close|read|write).

They are written in C and rely on wrapper functions to the kernel 
routines that are written in assembler. Most of the wrapper code was 
done by Ullrich.

And like the BASIC commands there is this problem with opening 
non-existant files for reading. I haven't commented this in the include 
file because that should be fixed. This stuff is still "inofficial" and 
I think the API isn't 100% stable. (I want to change the parameters of 
cbm_load and cbm_save)

Ciao,
	Marc 'BlackJack' Rintsch
-- 
Never eat yellow snow.
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:41 CET