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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started