0
addi $t0,$t0,4

如何将此 $t0 打印为字符串?有没有一个系统调用方法?

4

1 回答 1

0

是的,代码 11。要打印的字符应该输入$a0

li $v0, 11
move $a0, $t0
syscall
于 2013-09-30T19:12:45.520 回答