home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programming
/
powerprogramming1994.iso
/
progtool
/
borland
/
jnfb88.arc
/
KEYINT.ARC
/
DESCRIPT.CIS
< prev
next >
Wrap
Text File
|
1987-10-13
|
544b
|
12 lines
"Replacing the Keyboard Interrupt" -- Neil Rubenking
Using Turbo Pascal 4.0's INTERRUPT procedure qualifier, it is
possible to write replacement software interrupt handlers for
BIOS services. The author explains the process by focusing on
the PC keyboard interrupt, INT 9. He provides several example
replacement keyboard ISR's that provide additional ALT-key
combinations, lock out specified key combinations, and provide
accelerated key repeat on a single key when held down
continuously.
Keyboard INTERRUPT INT 9 ISR ALT-key