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 6f - 10-net v3.3 - get remote memory http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 6F - 10-NET v3.3 - GET REMOTE MEMORY
        AH = 14h
        BX:SI = address of remote memory
        CX = length (<=1024 bytes)
        DS:DX -> node ID, 12 bytes blank-padded
        DS:DI -> area to receive remote memory image
Return: CF set on error
            AX = error code (see AH=00h)
        CF clear if successful
            CX = amount of memory copied to DS:SI

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