The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
Easy Code IDE 32/64-bit
(Moderator:
rsala
) »
Project properties
« previous
next »
Print
Pages: [
1
]
Author
Topic: Project properties (Read 4713 times)
greco558
Guest
Project properties
«
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?
Logged
rsala
Moderator
Member
Posts: 354
Re: Project properties
«
Reply #1 on:
September 22, 2012, 11:56:57 PM »
Hi greco558,
Yes, that's right. Code and data are aligned with the value specified in the Project properties.
Regards,
Ramon
Logged
EC coder
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
Easy Code IDE 32/64-bit
(Moderator:
rsala
) »
Project properties