For the following program, translate all the branch statements (b, beqz, bnez, etc) to machine code, making sure you have correctly calculated the relative branch values. .text .global main main:  la $a0, prompt  jal PromptInt  move $s0, $v0  BeginLoop:  seq $t0, $s0, -1  bnez $t0, EndLoop  la $a0, result  move $a1, $s0  jal PrintInt  slti $t0, $s0, 100  beqz $t0, BigNumber  la $a0, little  jal PrintString  b EndIf  BigNumber:  la $a0, big  jal PrintString  EndIf:  la $a0, tryAgain  jal PrintString  la $a0 prompt  jal PromptInt  move $s0, $v0  b BeginLoop  EndLoop:  jal Exit .data  prompt: .asciiz "\nEneter a number (-1 to end)"  result: .asciiz "\nYou entered "  big: .asciiz "\nThat is a big number"  little: .asciiz "\nThat is a little number"  tryAgain: .asciiz "\nTry again" .include "utils.asm"

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 8PP: (Statistical) In many statistical analysis programs, data values considerably outside the range of...
icon
Related questions
Question

For the following program, translate all the branch statements (b, beqz, bnez, etc) to machine
code, making sure you have correctly calculated the relative branch values.
.text
.global main
main:
 la $a0, prompt
 jal PromptInt
 move $s0, $v0

 BeginLoop:
 seq $t0, $s0, -1
 bnez $t0, EndLoop

 la $a0, result
 move $a1, $s0
 jal PrintInt

 slti $t0, $s0, 100
 beqz $t0, BigNumber
 la $a0, little
 jal PrintString
 b EndIf

 BigNumber:
 la $a0, big
 jal PrintString
 EndIf:

 la $a0, tryAgain
 jal PrintString

 la $a0 prompt
 jal PromptInt
 move $s0, $v0
 b BeginLoop

 EndLoop:
 jal Exit
.data
 prompt: .asciiz "\nEneter a number (-1 to end)"
 result: .asciiz "\nYou entered "
 big: .asciiz "\nThat is a big number"
 little: .asciiz "\nThat is a little number"
 tryAgain: .asciiz "\nTry again"
.include "utils.asm"

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Fundamentals of Computer System
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,