Question: Question 1. Using MARS write a MIPS assembly language program to prompt for two integers A and B, store them in memory locations labelled A
Question 1.
Using MARS write a MIPS assembly language program to prompt for two integers A and B, store them in memory locations labelled A and B respectively, then calculate the sum between them (i.e. A + B) and store the sum into a memory location labelled S. After that print out the result (i.e. integer S) after printing the string "The sum of A and B (A + B) is ". Then assemble and run the program with MARS to show and capture the input/output. Follows instructions for programming assignments in the syllabus.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
