Hi All,
Can anyone please advise? I have a QBasic set of routines one of which allows me to read a Hard Disk sector via interrupt 13h, information found from Ralph Browns interrupts, - this works without error:
snipett:
InRegs.CX = &H1 ' Get sector 1 of track zero
InRegs.DX = (Head% * 256) +...