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>byte align segment on any byte address align type</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BYTE             Align Segment on Any Byte Address                 Align Type

  segname   SEGMENT   BYTE

    Specifies that the segment is to begin on a byte boundary.

       Notes:     The actual starting 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.

See Also: WORD PARA PAGE

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