This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CMD命令文件常用的伪指令



Section块用来控制段的构成与地址分配。

其中常用的伪指令包括:

.text :可执行代码

.stack:栈空间

.system:动态分配空间

动态分配空间不就是堆空间么?用的不是.system么?后来看到还有一个.heap,这个是用来干嘛的?

有哪位大神可以帮忙解答一下?

另外,还有没有其他比较重要的伪指令?能不能说说它们都有些什么用?谢谢!!!