[comp.os.msdos.programmer] Keyboard interrupts

lint@portia.Stanford.EDU (Graham Spencer) (02/27/91)

I hope this isn't a frequently asked question: 

I'm trying to use TC++ (under DOS 3.3) to write an interrupt handler
that will intercept keyboard presses and save them to an event queue.
I'm using int 09.  The handler works fine (that is, nothing crashes
and progam flow is maintained), but I'm not sure how to extract the
information I need.  I've been using the keyboard queue at 41E, but I
don't know how to interpret the numbers there.  Any help would be
appreciated.  Thanks.
					--Graham
                                          lint@leland.stanford.edu