Question: ---In assembly language ---I am confused with the process on how to create this program Use the DEBUG to create and run a program that
---In assembly language
---I am confused with the process on how to create this program
Use the DEBUG to create and run a program that accepts three characters rom the keyboard and displays them.
- Start with A 100
- Use INT 16 to accept a character into AL and move the character to location [200]
- Use a second INT 16 to accept a character into AL and move the character to location [201]
- Use a third INT 16 to accept a character into AL and move the character to location [202]
- Use E 123 $ command to define a $ at the end of the three stored characters
- 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
