Question: ---In assembly language 13. Use the DEBUG to create and run a program that accepts three characters rom the keyboard and displays them. a) Start
---In assembly language
13. Use the DEBUG to create and run a program that accepts three characters
rom the keyboard and displays them.
a)
Start with A 100
b)
Use INT 16 to accept a character into AL and move the character to
location [200]
c)
Use a second INT 16 to accept a character into AL and move the
character to location [201]
d)
Use a third INT 16 to accept a character into AL and move the character
to location [202]
e)
Use E 123 $ command to define a $ at the end of the three stored
characters
f)
Finally use the INT 21 to display the characters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
