Question: Objective Create a LC-3 program that will perform addition (optionally more operations) on numbers with 4 digits or less. Problem Statement We are now familiar
Objective Create a LC-3 program that will perform addition (optionally more operations) on numbers with 4 digits or less. Problem Statement We are now familiar with the LC-3 simulator and can debug and develop asm code. For this assignment, you are to develop a LC-3 assembly program to perform math operations and display the result on the screen. A skeleton code is NOT provided to you. You are to develop your own program to accomplish this task. Feel free to refer to previous labs for ideas. The requirement for the lab is to ask the user to enter two numbers of up to four digits in length and display their sum. The expected program output is shown below. Please enter SRC1: 1234 Please enter SRC2: 4321 The sum is: 5555
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
