reading keyboard input without "consuming" it in x86 assembly
- by Bob
Ok so here the deal:
I have an assignment regarding DOS and interrupts:
I need to write a sort of key-logger function that can be called from C code.
what it means is a c program would call an assembly function called startlog that would indicate to start logging the keys pressed until a function called endlog is called. the logging should work…