Sorry to bother again about this subject but I still am unable to load files from disk under MSXDOS
I have done the prerequisite research on how the calls work etc. I have also studied some sample code and basicly what I don't understand are two things:
1.) How do I tell DOS the name of the file.
2.) Where in the RAM is the file being stored for further processing
So here is some code to show you what part I understand and what part not:
org &h0100 openf: equ &h0f ld C,openf ld DE,(the FCB adress, huh??) call 5 ; do the call ret
I have looked up about this FCB adress thingy and the sample code also keeps it unclear. The FCB adress tells DOS about the file location on the disk and in case of a successfull execution of this very small routine the file should then be located somewhere in the RAM?
Login or register to post comments