Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>evendata aligns data tasm operator</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EVENDATA         Aligns Data                                    TASM Operator

  EVENDATA

     This directive forces TASM to round up the location counter in the
     data segment so that data is always deposited on word boundaries.

       Notes:     Aligning data on word boundaries makes memory fetches
                  more efficient for 16-bit data busses (as used by the 80x86
                  microprocessors).

See Also: ALIGN EVEN

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson