Even location counter alignment directive Format .EVEN
1 – Description
.EVEN ensures that the current value of the location counter is even by adding 1 if the current value is odd. If the current value is already even, no action is taken.
2 – Notes
o You can only use this directive within data or mixed psects (psects that have either the NOEXE or MIX attributes).