kjt_get_input_string
Created by: phil, Last modification: Thu 12 of Jan, 2012 (15:20 UTC)
Name: kjt_get_input_string
Action: waits for user to enter a string of characters followed by Enter (characters appear on screen) - aborts if ESC is pressed.
Input Registers :
Output Registers :
Action: waits for user to enter a string of characters followed by Enter (characters appear on screen) - aborts if ESC is pressed.
Input Registers :
- A = Maximum characters allowed
Output Registers :
- HL = string location (zero terminated)
- A = number of characters of entered string (zero if aborted by pressing ESCAPE)