Specifications
D:\D\inter61a\INTERRUP.A Saturday, January 08, 2011 11:31 AM
01h BYTE mode type (see #00196)
02h BYTE info bits (see #00198)
03h BYTE font height
04h BYTE text columns on screen
05h BYTE text rows on screen
06h WORD number of scan lines
08h BYTE color information
bits 7-4 reserved
3-0 bits per pixel
Bitfields for Everex info bits:
Bit(s) Description (Table 00198)
7,6 reserved
5 monochrome mode
4 interlaced display
3 requires special oscillator
2,1 memory required (00 = 256K, 01 = 512K, 10 = 1024K, 11 = 2048K)
0 reserved
--------V-1071-------------------------------
INT 10 - VIDEO - TANDY 2000 only - GET ADDRESS OF INCRAM
AH = 71h
Return: AX:BX -> WORD containing segment address of INCRAM
AX:CX -> WORD containing offset of INCRAM
SeeAlso: AH=70h"TANDY"
--------V-1071------------------------------------
INT 10 - HUNTER 16 - DRAW LINE/BOX
AH = 71h
DS:BX -> control block (see #00199)
Return: nothing
Desc: Draws a line or box. Only valid in graphics modes.
SeeAlso: AH=70h"HUNTER"
Format of HUNTER 16 control block:
Offset Size Description (Table 00199)
00h WORD left edge X co-ordinate
02h BYTE lower edge Y co-ordinate
03h WORD right edge X co-ordinate
05h BYTE upper edge Y co-ordinate
06h BYTE color (00h white, 01h black, FFh invert)
07h BYTE type (00h line, 01h box)
08h BYTE if non-zero (and type is BOX) fill with color
-209-
Generated by Foxit PDF Creator © Foxit Software
http://www.foxitsoftware.com For evaluation only.