[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: DOS3.3 program in cc65?
On Thursday, March 14, 2013 12:07:48 PM UTC-4, Harry Potter wrote:
> So cc65 already supports disk I/O under ProDOS. And the support is in the fcntl.h header. Condsidering this, how do I use the fcntl.h functions? Or are they already documented in cc65?
The reasons I wanted to support ProDOS functions are that I didn't see special support for ProDOS in cc65 like there is for CBM I/O and I reallly wanted to usee ProDOS's special functionality. I don't want to generic ANSI file routines if I'm programming specificly for the Apple 2.
BTW, where can I find an empty ProDOS startup disk image? And if I wanted to write code for certain ProDOS configuraions, I prepend start address then program length to the executable, right?