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>.alpha orders segments alphabetically directive</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.ALPHA           Orders Segments Alphabetically                     Directive

  .ALPHA

     This directive causes the assembler to order the segments alphabetically
     by name. For example, the assembler would place a segment named CODESEG
     before one named DATASEG.

     Other options include using the standard DOS ordering (see DOSSEG), or
     sequential ordering (see .SEQ).

       Notes:     This directive is usually used to maintain compatibility
                  with earlier versions of the assembler.

See Also: DOSSEG .SEQ

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