Specifications

D:\D\inter61a\INTERRUP.A Saturday, January 08, 2011 11:31 AM
DI = x coordinate of lower left corner
BP = y coordinate of lower left corner
BX = height in pixels
CX = width in pixels
Return: nothing
Desc: draw a solid rectangle of the specified size at the given location
SeeAlso: AH=4Eh
--------V-104B-------------------------------
INT 10 - VIDEO - Hercules GRAFIX - "TEXT" - DISPLAY CHARACTER
AH = 4Bh
AL = character to display
DI = x (0-719)
BP = y (0-347)
Return: nothing
Notes: unlike the other BIOS character functions character position is
specified in pixels rather than rows and columns
the character is writting using the drawing function last specified by
AH=44h
SeeAlso: AH=09h,AH=0Ah,AH=44h
--------P-104B-------------------------------
INT 10 - FRIEZE - API
AH = 4Bh
CL = function
00h (v6.x-) print window
AL = mode
00h character
01h normal
02h sideways
01h load window
ES:BX -> ASCIZ filename from which to read
02h save window
ES:BX -> ASCIZ filename to which to write
03h set print width
AL = width in 1/4 inches
04h set print height
AL = height in 1/4 inches
05h reserved
06h set left margin
AL = printout margin in 1/4 inches
07h set window size
ES:BX -> four-WORD structure with Xmin, Ymin, Xmax, Ymax
-116-
Generated by Foxit PDF Creator © Foxit Software
http://www.foxitsoftware.com For evaluation only.