5 lines
172 B
Text
5 lines
172 B
Text
li $t0,0x27 ;trying to use li $t0,''' may confuse the assembler.
|
|
|
|
MyString:
|
|
.byte "Hello World",13,10,0 ;13 = carriage return, 10 = linefeed, 0 = null terminator
|
|
.align 4
|