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 15 - extended memory - block move (at,xt286,ps) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - EXTENDED MEMORY - BLOCK MOVE (AT,XT286,PS)
        AH = 87h
        CX = number of words to move
        ES:SI -> global descriptor table (see below)
Return: CF set on error
        AH = status
            00h source copied into destination
            01h parity error
            02h interrupt error
            03h address line 20 gating failed
SeeAlso: AH=88h

Format of global descriptor table:
Offset  Size    Description
 00h 16 BYTEs   zeros
 10h    WORD    source segment length in bytes (2*CX-1 or greater)
 12h  3 BYTEs   24-bit linear source address, low byte first
 15h    BYTE    source segment access rights (93h)
 16h    WORD    zero
 18h    WORD    destination segment length in bytes (2*CX-1 or greater)
 1Ah  3 BYTEs   24-bit linear destination address, low byte first
 1Dh    BYTE    destination segment access rights (93h)
 1Eh 18 BYTEs   zeros

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