/***************************************************************************
*
*      Author:			Giuseppe Aquilani
*      File:			int09vct.h  int09vct.obj testkeyb.cpp
*      Date:			02/02/96
*		 description:  file header for interrupt's vector for keyboard
*                    for DPMI32 of Borland (4.xx)
*      parameters:
*            Ist_H09()   -> install a new handler for keyboard
*            oldseg_call -> segment of old handler
*				 oldoff_call -> offset of old handler
*				 raw_key     -> keyboard's scan code
*            Free_Int()  -> restore old handler with oldseg_call:oldoff_call
*
*      My address:
*            telesis@pelagus.it
*            ik0jre@pelagus.it
*				 ik0jre@i0xnh.ilaz.ita
***************************************************************************/
This is a feew example how install a new handler for keyboard under DMPI32
dos extender of Borland.
Sorry for bad style, but I'm not an assembler's programmer.
I have a message for any programmer that want create an game's toolkit under
DPMI 32, if you want, contact me at my e-mail address.
Enjoy!!!!

