开发者

Does .data goes to stack or heap in masm?

When you declare variables in the .data segment in MASM, where are those vars allocated? In the stack or in the heap memory? And what about the ".data?" seg开发者_开发技巧ment?


Neither, they are allocated statically instead.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜