Using the following data segment, write the code to print “Hello” to the screen. Do not use pseudo-instructions.
.data
.word 10, 14
.asciiz "Hello"
Expert Answer
Using the following data segment, write the code to print “Hello” to the screen. Do not use pseudo-instructions.
.data
.word 10, 14
.asciiz "Hello"