Single char input/asm
I am looking for a routine that will get a single character inputted from a
user (without the need for pressing RETURN that Read() calls for). My
program is using an already existing CLI for input/output. This routine
also should be able to check if the user pressed Ctrl-C.
Thanks for any help with this…
Allen