![Tseng Qtec VGA 1024 Скачать руководство пользователя страница 75](http://html.mh-extra.com/html/tseng/qtec-vga-1024/qtec-vga-1024_installation-manual_1178052075.webp)
USING HARDWARE ZOOM, PAN FEATURE
The
ZOOM programs once
loaded
are
available at
the software
interrupt level.
Several
function calls have been defined that
will
allow you to take advantage of the hardware zoom functions in
the
Qtec VGA1024.
The function code
is passed in the AX register
and
any parameters
requested
are
sent via the
other
8088
registers.
The interrupt number is defined at the time ZOOM is intialized and
can be
found by executing the following code sequence after the
ZOOM programs have been made resident:
Assembler
MOV
A H , OFFH; NEW FUNCTION - QUERY ZOOM INTERRUPT
INT
16H ;
Output
AL+1 = Zoom interrupt number
AL
= Old BIOS keyboard handler interrupt number
BX
= Hot key
Note that all windows and parameters are undefined until set by
the programmer.
Lattice C
#include<dos.h>
q__zoom__ int ( )
{
union REGS in, out;
in.x.ah=Oxff;
int8 6 (0x 16,&in,&out);
return(o u t .x .a l );
>
Once
the application program has determined the interrupt number
of
the
zoom drivers
it can invoke any of the zoom functions
described on the following pages.
-58-
Содержание Qtec VGA 1024
Страница 1: ......
Страница 2: ......
Страница 4: ......
Страница 8: ......
Страница 9: ...INSTALLATION ...
Страница 10: ......
Страница 33: ...SOFTWARE UTILITIES ...
Страница 34: ......
Страница 48: ......
Страница 49: ...SOFTWARE DRIVERS ...
Страница 50: ......
Страница 68: ......
Страница 69: ...FOR SOFTWARE DEVELOPERS ...
Страница 70: ......
Страница 104: ......
Страница 105: ...HARDWARE REFERENCE ...
Страница 106: ......
Страница 111: ...SERVICE ...
Страница 112: ......
Страница 118: ......
Страница 119: ......
Страница 120: ......
Страница 121: ......
Страница 122: ......
Страница 123: ......