Do I need to start a String with a null value if I reserve it's space as a .space in MIPS32 assembly?

后端 未结 0 2009
忘了有多久
忘了有多久 2020-12-08 02:41

I\'m trying to reserve space to store a string in it using a .space:

.data
  myString: .space 16

I\'ve got an example code from my teacher th

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