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 16 - pc tools v5.1+ desktop api - create/open/delete file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 16 - PC Tools v5.1+ DESKTOP API - CREATE/OPEN/DELETE FILE
        AX = FFD4h
        BH = 3Ch create file
                CX = file attributes
             3Dh open file
             41h delete file
        BL = access mode
             00h read only
             01h write only
             02h read/write
        DS:SI -> ASCIZ filename
Return: BX = file handle
            0000h on error

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