标签: mips mips32 mars-simulator
是否可以将寄存器中存储的int转换为字符串或char?
.text add $t0 $zero 10 # Part in need of help li $v0 4 # or 11 or any thing else besides those listed la $a0 $t0 syscall
是否可以不使用syscall来打印或转换int:1、5、34、35和36?
如果是,我该怎么办?