Intermec 6100 참조 가이드

다운로드
페이지 328
SECTION 6
Conversions and Interfaces
6-52    PEN*KEY
R
 6100 Computer Programmer’s Reference Guide
INT 10h, Function AH = 12h, Subfunction 31h:  Enable/Disable Default Palette
Loading
BIOS
On Entry:
AH = 12h
BL = 31h
AL = 00h = Enable default palette loading
01h = Disable default palette loading
On Return:
AL = 12h = Function supported
INT 10h, Function AH = 12h, Subfunction 32h:  Enable/Disable Video
BIOS
Disables or enables CPU access to the video adapter's I/O ports and refresh buffĆ
er.  The display is turned off or on.
"
On Entry:
AH = 12h
BL = 32h
AL = 0 = Enable video
1 = Disable video
"
On Return:
AL = 12h = Function supported
INT 10h, Function AH = 12h, Subfunction 33h:  Enable/Disable Gray Scale
Summing
BIOS
Enables or disables grayĆscale summing.
On Entry:
AH = 12h
BL = 33h
AL = 0 = Enable gray scale summing
1 = Disable gray scale summing
On Return:
AL = 12h = Function supported
INT 10h, Function AH = 12h, Subfunction 34h:  Enable/Disable Cursor
Emulation
BIOS
When enabled, the BIOS remaps the cursor starting and ending lines for the curĆ
rent character cell dimensions.
On Entry:
AH = 12h
BL = 34h
AL = 0 = Enable cursor emulation
1 = Disable cursor emulation
On Return:
AL = 12h = Function supported
6. Conversions and
Interfaces