May 2021 1 49 Report
Assembly Programming - Simple Problem?

My homework is due tomorrow so any fast help is greatly appreciated!! I need to modify the Hello, world! program in assembly programming for MIPS so that I can display my name on one line and my email on a 2nd line.

I can display my name by using the sample code below, but I can not get my email on the 2nd line, and do not have any ideas how to make this work.

Please help me if you know a simple fix to my problem. Thanks ahead of time.

.data

banner:

.asciiz "my name"

.text

main:

li $v0,4

la $a0,banner

syscall

li $v0,10

syscall

Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Helpful Social

Copyright © 2024 QUIZLS.COM - All rights reserved.