.data japh: .asciiz "Just another Perl hacker\n" .text .globl main main: li $v0, 4 la $a0, japh syscall li $v0, 10 syscall [download]