String input program with stdin.
This is also a short program that reads a string from the DOS window. Here is the code: ; StringRead Assembly file ; Author tatai.laszlo@mail.com TITLE StringRead ; a program neve .386 ; The code already runs on 80386 processor. .model ...