Question: Write an LC-3 Assembly language program that checks the value in memory location x5000 to see if it is an alphanumeric character (in other words,
Write an LC-3 Assembly language program that checks the value in memory location x5000 to see if it is an alphanumeric character (in other words, characters 'a' through 'z', 'A' through 'Z', or '0' through '9'). If the value in location x5000 is one of these characters, print the character to the screen. If it is not, the program prints nothing.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
