[Solved] Objective Create Lc 3 Program Perform Addition Optionally Operations Numbers 4 Digits Less Q37255832

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 sc 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: Two references you might find useful for this lab are the ASCII table and the LC-3 instructions guide (on Blackboard). Show transcribed image text 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 sc 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: Two references you might find useful for this lab are the ASCII table and the LC-3 instructions guide (on Blackboard).
Expert Answer
Answer to Objective Create a LC-3 program that will perform addition (optionally more operations) on numbers with 4 digits or less… . . .
OR

