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 17 - inset - initialize linked mode http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 17 - INSET - INITIALIZE LINKED MODE
        AX = CD04h
        ES:DI -> FAR routine for linked mode
Return: CX = 07C2h
Note:   calling sequence for linked-mode routine
        AL = 00h send character in BL to printer
           = 01h send CX bytes from DS:DX to printer
           = 02h move print head to horizontal starting position of image
        return code for linked-mode routine:
        AX = 0000h success
           = 0001h failure
SeeAlso: AX=CD02h,AX=CD08h

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