I know that there are sections like Stack, Heap, Code and Data. Stack/Heap do they use the same section of memory as they can grow independently? What is this code section? When I have a function is it a part of the stack or the code section? Also what is this initialized/uninitialized data segment?
是否只有记忆科可用? 当我有最复杂的变数时,实际发生的情况是,汇编者只读一个记忆科,或者只读一个记忆科。
Where are static data kept? Where are global data kept?
任何很好的参考/文章?
我认为,记忆科和布局是独立的,与汇编者有更大的关系。 是否在所有的顾问办公室都出现过Stack、Heap、法典、数据[启动、未启动]部分? 当有静态数据时,汇编者知道什么是静态的,接下来是什么,会做什么? 它是管理该方案的汇编者,应当知道什么是正确的? 所有汇编者都应遵守共同标准?