Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>para align on 16-byte boundary align type</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PARA             Align on 16-byte Boundary                         Align Type

  segname   SEGMENT   PARA

    Specifies that a segment is to begin at a memory address that is an
    exact multiple of 16, that is, the least significant hexadecimal digit
    is 0h (Also called a paragraph boundary).

       Notes:     The actual start address is not computed until the
                  program is actually loaded.  It is the Linker's
                  responsibility to insure that the correct memory
                  boundary is used.

                  If no align type is specified, PARA is the default align
                  type.

See Also: BYTE PAGE WORD

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