Print a string allocated in memory

后端 未结 0 1375
挽巷
挽巷 2020-12-09 04:27

I\'m trying to print a string that previously was introduced by console and saved in a certain memory position:

li $v0,8
la $a0,buffer
li $a1,30
syscall

lw $         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题