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 26 - dos - absolute disk write (except dos 4.0/compaq dos 3.31 >32m partn) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 26 - DOS - ABSOLUTE DISK WRITE (except DOS 4.0/COMPAQ DOS 3.31 >32M partn)
        AL = drive number (0=A, 1=B, etc)
        DS:BX = Disk Transfer Address (buffer)
        CX = number of sectors to write
        DX = first relative sector to write
Return: CF set on error
            AL = error code issued to INT 24h in low half of DI
            AH = same error codes as for INT 25h
        CF clear if successful
            AL = 00h
Note:   ORIGINAL FLAGS ON STACK!  Must be popped or discarded by adjusting SP
BUG:    DOS 3.1 through 3.3 set the word at ES:[BP+1Eh] to FFFFh if AL is an
        invalid drive number
SeeAlso: INT 25, INT 13/AH=03h

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