Question: MIPS (if statement ans loops). One of each (array, string, and char) is not commented out and code should be able to analyze string chars
. .data arrl: word 7,6,5,4,34,23,12,89,500 #arrl: .word -1,-10,-2,-20,-3,-30,-4,-40,-5 #arri: . word 0,0,0,0,0,0,0,0,0 #arrl: .word 1,2,3,0,0,0,-3,-4,-5 strl: .asciiz "widget 300" #strl: .asciiz "100 widgets" #strl: asciiz "box+=20;" #stri: .asciiz "*54car*" chars: asciiz "aaeeiouu" #chars: asciiz "xxx mmmwupz" #chars: .asciiz "\/?;:***@()" #chars: .asciiz "akxkez*\ioco+lu" .text #### #### # Part2 Analyze the string chars by displaying # The number of vowels, number of non-vowel letters, # and number of non-letter characters # Add your code in the space below this line nop ######## end 2: Place code above this line
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
