标签: mips mips32 mips64
addi $t0,$t0,4
如何将此$ t0打印为字符串?是否有一个系统调用方法?
答案 0 :(得分:0)
是,代码11.要打印的字符应该在$a0
$a0
li $v0, 11 move $a0, $t0 syscall