Course Solutions Uncategorized (Solved) : Mipsassembly Language Programmingquestion Code Put Symbol Show M Confused Text Globl Main Q32645293 . . . .

(Solved) : Mipsassembly Language Programmingquestion Code Put Symbol Show M Confused Text Globl Main Q32645293 . . . .

 

MIPS_Assembly Language Programming_Question, my code isbelow. I put “【】 “symbol below to show where I’mconfused.

.text

.globl main

main:

# print user prompt

li $v0, 4

la $a0, prompt

syscall

li $v0, 8 # read string

la $a0, str # address of buffer

li $a1, 128 # buffer length

syscall

li $t0, 0 # push a null ‘ ‘

subu $sp, $sp, 4 # onto the stack

sw $t0, ($sp) # to signal its bottom

li $t1, 0 # index of first char in str

// Missing part.

// How to scan the string from right to left

// like input “Hello, World”

// if scan from right to left should be “dlroW ,olleH”

// and push onto the stack

//

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : Draw Collaboration Diagram Showing Sequence Events Described Previous Question 10 Marks S Q37352535 . . . .(Solved) : Draw Collaboration Diagram Showing Sequence Events Described Previous Question 10 Marks S Q37352535 . . . .

<br/><img src="https://media.cheggcdn.com/media%2Ffce%2Ffce84331-e608-496a-a993-83e56b4f7453%2Fimage.png" alt="> Draw a Collaboration diagram showing the same sequence of events- as described in the previous question [10 marks]" aria-describedby="d3f"/><br/><br/><img src="https://media.cheggcdn.com/media%2Fcdf%2Fcdf14247-68eb-4fed-be99-21a0e3ba3c2a%2Fimage.png" alt=". a Sequence diagram for a game