Question: Create a program that will take a number between 1 and 99, and send it to the output window (the window at the bottom of
Create a program that will take a number between 1 and 99, and send it to the output window (the window at the bottom of the simulator that has (ARCTools Version 2.1.2) displayed in it. You will need to parse the number into individual digits because the ARC IO can only send one character at a time to the output window. In other words if the number is 47, you will need to send the 4 to the output window, and then send the 7. EXAMPLE : ld [x], %r1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
