Section in Assembly
A Section is an assembly term that correspond to a segment in CPU term.
Data Type | Section |
---|---|
Code | Assembly - Text Section |
Data | Assembly - Data Section (DS) Assembly - BSS section, segment |
Stack | Assembly - Stack Segment (SS) or Stack space |