Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For these programming exercises, use only those instructions that have been discussed so far in these notes: Basic Instructions add div mflo slt, slti addi
For these programming exercises, use only those instructions that have been discussed so far in these notes:
Basic Instructions | |||
---|---|---|---|
add | div | mflo | slt, slti |
addi | divu | mult | sltu, sltiu |
addiu | j | multu | sra |
addu | lb | nor | srl |
and | lbu | or | sub |
andi | lh | ori | subu |
beq | lhu | sb | sw |
bgez | lui | sh | xor |
bltz | lw | sll | xori |
bne | mfhi | ||
PseudoInstructions | |||
la | lw | nop | syscall |
li | move | sw |
USING MIPS Simulator
Write a assembly language program that repeatedly prompts the user for the number of miles traveled and the gallons of gasoline consumed, and then prints out the miles per gallon. Use integer math. Exit when the user enters 0 for the number of miles. Use the data: 10,10 20,20 0.
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