Question: how to do this? Write a MIPS assembly program that will perform arithmetic operations on two integers. The integers will be specified by the users

how to do this?
Write a MIPS assembly program that will perform arithmetic operations on two integers. The integers will be specified by the users as input. The operations to be performed are: add and subtract. Your program must include the followings: - Main program to query for inputs from user - A call to subroutine to perform arithmetic operations following register usage convention ($ao, $a1, $v0, $v1) - Both results will be output to the console from the main program (not from subroutine)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
