News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

im confused..

Started by peterpants, October 05, 2011, 05:34:29 PM

Previous topic - Next topic

dedndave

the segments are probably paragraph-aligned

and, yes, - i try to arrange my global data area so aligned items preceed don't-care things like strings

you can also use the ALIGN directive, for example...
        ALIGN   4
it's somewhat similar to the EVEN directive in days of old   :P

when you get to writing SSE code, some things require 64-alignment (i think that's right)

hutch--

Some of the SSE instructions require 16 BYTE memory alignment and they crash if the memory is not aligned correctly.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php