Willard,
I should send you a copy of the partial M100 ROM disassembly I did. It
has *many* more functions documented than what are covered in the
Covington maps and might be useful. I would send it on-list, but it is
over 500K in size.
Ken
On 6/6/17 10:52 PM, Willard Goosey wrote:
On Tue, 06 Jun 2017 16:56:51 +0000
"John R. Hogerhuis" <[email protected]> wrote:
RAM directory support? That's good news, haven't seen any general
purpose file system access librararies.
I've got wrapper functions for all the ROM file calls (PRSNAM, MAKTXT,
etc) and they're there, in the library, they just haven't been *tested*
yet... ;-)
As I do so, I'm getting a better understanding of what exactly the ROM
calls do, and that's working its way back into m100.def. For instance,
there was a function that I *thought* took a filename and returned the
starting address of the file. Actually it takes a RAM directory entry.
Lots of annoying little ambiguities like that.
But yes, we now have struct dir {...} just like the big boys! :-)
Willard