From: boylesgj AT lion DOT cs DOT latrobe DOT edu DOT au (Gregary J Boyles) Newsgroups: comp.os.msdos.djgpp Subject: Software ints from hardware handlers. Date: 9 May 1997 05:55:38 GMT Organization: Comp.Sci & Comp.Eng, La Trobe Uni, Australia Lines: 4 Distribution: world Message-ID: <5kue8q$jnk@lion.cs.latrobe.edu.au> NNTP-Posting-Host: lion.cs.latrobe.edu.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Can it be done with hanging the machine? I have a key board handler and I want to time stamp my input events. I was trying to use dos service get time (int 0x21) inside my key board handler but it doesn't work. Are there any other ways, hacks, cheats?