Question: Write a NASM which will: Display your name on one line. (Use int 21h, function 9. The characters for carriage return and linefeed are 0Dh
Write a NASM which will:
Display your name on one line. (Use int 21h, function 9. The characters for carriage return and linefeed are 0Dh and 0Ah, respectively.)
On the next line, display a prompt (once again using int 21h, function9) and read three characters from the keyboard (using int 21h, fcn 1.) Store the characters in appropriately labeled byte variables.
Print the three characters, one per line, (Depending on how you implement this, use either int 21h, function 9, or function 2, your choice.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
