Page 1 of 1

Loading a file on FAT12

Posted: Sat Aug 31, 2002 11:00 pm
by osmolium
Hi

I was wondering how I could load a file from a FAT12 floppy in asm? Also how do i jump to the main point in the program and start executing it in asm?

RE:Loading a file on FAT12

Posted: Sat Aug 31, 2002 11:00 pm
by Sliver
I guess that if you take a look to some boot sectors for FAT12 volumes you can get the idea. Try www.execpc.com/~geezer/os and look for a links named 'John Fine's Pages'. There you may find some good examples.