[Coco] decbfile C library provides driver usable from assembly language program

Pierre Sarrazin sarrazip at sarrazip.com
Sun Nov 13 16:35:14 EST 2022


Hello again. I've published version 0.1.7 of decbfile, a C library
(made for CMOC) that implements read/write access to files on a floppy
disk in the Disk Basic format.

For quick development, it provides functions decbutil_readFileToMemory()
and decbutil_writeMemoryToFile(), which read or write a file to or from
memory in a single call, without requiring Disk Basic.

Version 0.1.7 provides a demo that shows how to use a driver (filedrvr.bin)
made with decbfile to read and write a file from your own assembly
language program -- no knowledge of C or CMOC is required.

The source code and the new binary driver can be downloaded from the
CMOC home page:

http://sarrazip.com/dev/cmoc.html#decbfile

-- 
Pierre Sarrazin <sarrazip @ sarrazip . com>


More information about the Coco mailing list