lab1pcspim
lab1pcspim
XXXXXX\n msg3: .asciiz \nMy name is still XXXXXXXXX !\n Sample Program (cont’d) .text text section code and readonly data .globl main declare main as a global symbol main: la $a0, msg1 li $v0, 4