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>dosseg use dos segment ordering directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DOSSEG           Use DOS Segment Ordering                           Directive

  DOSSEG

     DOSSEG forces the assembler order its segments in the standard DOS
     order. This ordering is the same that high-level languages use.
     (However, you do not need to use DOSSEG to link your program to high
     level languages.)

     Other alternatives include alphabetical ordering (see the .ALPHA
     directive), or sequential ordering (see .SEQ).

       Notes:     DOSSEG is frequently used with the .MODEL directive.

See Also: .ALPHA .MODEL .SEQ

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