Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
addi $t0,$t0,4
如何将此 $t0 打印为字符串?有没有一个系统调用方法?
是的,代码 11。要打印的字符应该输入$a0
$a0
li $v0, 11 move $a0, $t0 syscall