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 21 - lantastic - copy file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - LANtastic - COPY FILE
        AX = 5F97h
        CX:DX = number of bytes to copy (FFFFFFFFh = entire file)
        SI = source file handle
        DI = destination file handle
Return: CF clear if successful
            AX:DX = number of bytes copied
        CF set on error
            AX = error code
Note:   copy is performed by server

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