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?
Loading a file on FAT12
RE:Loading a file on FAT12
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.