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.
对于一个项目,我们正在寻找通过 .data 存储没有过去的字符串的方法。实际上,我们希望在程序的所有执行过程中动态存储它们。
我们在程序开始时看到了这样的事情:
.data hello : .asciiz "hello world"
但是我们希望在所有执行期间将它们存储在堆栈段中
感谢您未来的帮助