Question: Exercises: Assembly Copy your hello.s program into a new file, called inout.s. Alter the message in such a way that it prints the correct assignment
Exercises: Assembly
Copy your hello.s program into a new file, called inout.s. Alter the message in such a way that it prints the correct assignment name (Assignment 2: inout). Create a subroutine called inout and call it from within your main routine right after your message is displayed. At first, your subroutine should simply return immediately. Build and test your program.
Alter your inout subroutine in such a way that it asks the user for a number, increments the number by one and prints the result on the terminal. Build and test your program and save it for later approval.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
