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 4b - virtual dma specification - copy into dma buffer http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 4B - Virtual DMA Specification - COPY INTO DMA BUFFER
        AX = 8109h
        DX = 0000h
        ES:DI -> DMA descriptor structure (see AX=8102h) with buffer ID,
                region segment/offset, and region size fields set
        BX:CX = starting offset into DMA buffer
Return: CF clear if successful
        CF set on error
            AL = error code (see AX=8102h)
SeeAlso: AX=810Ah

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