MIPS assembly programming question: In MIPS assembly, write an assembly program that does the following tasks. Submit your source code, run your assembly code in QtSpim and include a screenshot of your run results. Here is a sample run: a. display “Hello World!” b. Prompt the user to enter an integer by displaying “Please enter an integer: “ c. After user enters an integer at the console, retrieve the integer and display it back to the console. d. Repeat step b and c for floating numbers e. Repeat step b and c for character f. Repeat step b and c for a string.
MIPS assembly
Here is a sample run:
a. display “Hello World!”
b. Prompt the user to enter an integer by displaying “Please enter an integer: “ c. After user enters an integer at the console, retrieve the integer and display it back to the console.
d. Repeat step b and c for floating numbers e. Repeat step b and c for character f. Repeat step b and c for a string.
![Instructions
MIPS assembly programming question: In MIPS assembly, write an assembly
program that does the following tasks. Submit your source code, run your
assembly code in QtSpim and include a screenshot of your run results.
Here is a sample run:
Console
Hello World!
Please enter an integer: 5
The integer you entered is: 5
Please enter a floating number: 3.5
The integer you entered is: 3.50000000
Please enter a character: d
The character you entered is: d
Please enter a string:
The string you entered is:
Goodbye!
a. display "Hello World!"
b. Prompt the user to enter an integer by displaying "Please enter an integer: "
c. After user enters an integer at the console, retrieve the integer and display it back to the
console.
d. Repeat step b and c for floating numbers
e. Repeat step b and c for character
f. Repeat step b and c for a string.](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F1e121a00-86a9-489e-a8bd-6b5552aee64e%2Fcd2b9ded-ec3f-47b4-9cd0-43e5a38622c9%2Fndhwefa_processed.png&w=3840&q=75)
![](/static/compass_v2/shared-icons/check-mark.png)
Trending now
This is a popular solution!
Step by step
Solved in 3 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)