Question
Write a MIPS program which prompts the user to enter their favorite movie name (Enter your favorite movie name: . The program should then print
Write a MIPS program which prompts the user to enter their favorite movie name (Enter your favorite movie name: . The program should then print out " so you like the movie:_____ Great !!", where the blank line is replaced by the movie you entered.
Before exiting the program, use the syscall service ( 33) to play a middle C for 1 second (1k msec) as a reed instrument using the Musical Instrument Digital Interface (MISI) services.
You should have a display in your Mars Messages similar to the following:
Enter your favorite movie name: King Kong
So you like the movie King Kong
Great!!
--program is finished running--
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