The MASM Forum
Projects => Easy Code IDE 32/64-bit => Topic started by: greco558 on September 22, 2012, 11:46:36 PM
-
I have a question about the option under project properties called Alignment. Does this option automatically align your data for you so you do not have to place your own 'align 4' or 'align 16' in your data sections?
-
Hi greco558,
Yes, that's right. Code and data are aligned with the value specified in the Project properties.
Regards,
Ramon