Las week a bought Turbo C Memory … and Extending Turbo C books. The
programs in the second book need the header file "interupt.h", but the
listin is not include{ in the book. I have written a file like this:
#define KEYBOARD 0x16 #define TIMER 0x1a
typedef struct {
int bp, di, si, ds, es, dx, … , fl; } IREGS;
I know this is not complete, is it possible to obtain the complete header
file from you ?
Cristian