Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

In COFF and PE formats I can mark section as containing initialized data with the data flag in the section declaration. How can I mark section as containing uninitialized data?

0
Posted

In COFF and PE formats I can mark section as containing initialized data with the data flag in the section declaration. How can I mark section as containing uninitialized data?

0

Flat assembler marks the section with flag of uninitialized data automatically when the section contains uninitialized data only (this is the data declared with reservation directives, or with ? values gives to data declarations). When you create such section, you don’t have to declare data or code flag, as it will be marked as uninitialized data automatically.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123