Specifications
D:\D\inter61a\INTERRUP.A Saturday, January 08, 2011 11:31 AM
--------V-1072-------------------------------
INT 10 - VIDEO - TANDY 2000 only - SCROLL RIGHT PART OR ALL OF SCREEN
AH = 72h
AL = number of columns to shift scroll area, 00h to clear entire area
BH = new attributes for blanked columns at left
CH,CL = row, column of upper left corner of scroll area
DH,DL = row, column of lower right corner of scroll area
Return: nothing
SeeAlso: AH=06h,AH=07h,AH=73h"TANDY",INT 15/AH=12h/BH=05h
--------V-1072------------------------------------
INT 10 - HUNTER 16 - SELECT TEXT-MODE INVERSE VIDEO MECHANISM
AH = 72h
AL = mechanism to use
00h do not use inverse video
01h emulate MDA. Display attribute 07h is normal video and 70h is
inverse video.
02h use inverse video if background is non-black.
03h use inverse video for high intensity text.
04h use inverse video for text with background intensity greater
than foreground intensity.
05h use inverse video for text with background color other than
black or high intensity foreground.
Return: nothing
SeeAlso: AH=70h"HUNTER",AH=71h"HUNTER"
--------V-1073-------------------------------
INT 10 - VIDEO - TANDY 2000 only - SCROLL LEFT PART OR ALL OF SCREEN
AH = 73h
AL = number of columns to shift scroll area, 00h to clear entire area
BH = new attributes for blanked columns at right
CH,CL = row, column of upper left corner of scroll area
DH,DL = row, column of lower right corner of scroll area
Return: nothing
SeeAlso: AH=06h,AH=07h,AH=72h"TANDY",INT 15/AH=12h/BH=05h
--------V-1073------------------------------------
INT 10 - HUNTER 16 - SELECT TEXT FONT
AH = 73h
AL = new font
00h 7x7 in a 8x8 cell
01h 5x7 in a 6x8 cell
06h 3x5 in a 4x6 cell
Return: BH = cell width
-210-
Generated by Foxit PDF Creator © Foxit Software
http://www.foxitsoftware.com For evaluation only.