MIPS assembly language question. I just need help on last step(Ido not know what to add). Please comment the code you are adding.Thank you
From this given MIPS code, how can I extend this assemblyprogram to also print out the address of the matching character(i.e. the result variable) as a hexadecimal number inaddition to a decimal number.
This should be the equivalent of printf(“%X”, result);
#MIPS source code
main:
#print msg1
li $v0,4 #printstring
la $a0,msg1 #load msg1to $a0
syscall
#read string input
li $v0,8 #set code toget user input
la $a0,string #loadstring to $a0
syscall
li $t6,0 #this
PayPal Gateway not configured
PayPal Gateway not configured