Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 13 - esdi fixed disk - translate rba to aba http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 13 - ESDI FIXED DISK - TRANSLATE RBA TO ABA
        AX = 1C0Eh
        CH = low 8 bits of cylinder number
        CL = sector number, high two bits of cylinder number in bits 6 and 7
        DH = head number
        DL = drive number
        ES:BX -> ABA number
Return: CF set on error
            AH = status
Note:   ABA (absolute block address) format can be found in IBM ESDI Adapter
          Technical Reference by using its Device Configuration Status Block

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson