Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Interrupts & Ports - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]


        Move bitmap to scanline

        Entry:
          AX = CD04h
          CX:BX -> structure (see below)
        Return:
          AL = 00h successful
             = 80h unsuccessful
             = 81h scan line out of range
             = 82h unsupported scan line density
             = 83h out of memory
             = 84h unrecognized source
             = 85h initialization error

        Format of structure:

        Offset  Size    Description
         00h    WORD    image source (0 = conventional memory,
                                      1 = expanded memory)
         02h    DWORD   pointer to image data
         06h    WORD    scan line on which to place
         08h    WORD    bit offset from start of scan line at which to place
         0Ah    WORD    density of bitmap data (300, 600, or 1200 dpi)
         0Ch    WORD    width in bits of data
         0Eh    WORD    source logical page number
         10h    WORD    source handle (only if source in expanded memory)
         12h    WORD    source offset (only if source in expanded memory)

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