[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PAGE             Align on 256-byte Boundary                        Align Type

  segname   SEGMENT PAGE

    Specifies that a segment is to begin at a memory address that is an
    exact multiple of 256, that is, the 2 least significant hexadecimal
    digits are 00h (Also called a page 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.

See Also: BYTE PARA WORD
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson