Hi,
I am using NASM and I am having a problem finding the correct instruction to capture string (more than one character) data from the keyboard.
I can capture int data (read_int) or even one character with get_kb
Any help would be appreciated.
Thanks