On Thursday 20 September 2007, Bill Katsak wrote: > Hello, > > I am thinking about using the CBM file I/O functions in a project > that I am doing. Has anyone done documentation on these? I cannot > find anything on the web site, so I thought I would ask. Also, how > much bulk does using these functions add to a final executable? If you are talking about `cbm_open()` and friends ─ they are quite thin wrappers of the kernal routines. Take a look at the include file `cbm.h` for documentation comments and the source under `/libsrc/cbm/` to see if you really can implement something shorter/smaller. Most are very short `__fastcall__` routines in assembler. Ciao, Marc 'BlackJack' Rintsch -- “Creators aren't gods. They make places, which is quite hard. It's men that make gods. This explains a lot.” -- Terry Pratchett, The Last Continent ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.8 : 2007-09-20 18:55:34 CEST