Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
DOSSEG
◄Directive Summary► ◄Summary► ◄Example►
──────────────────────────────────────────────────────────────────────────────
Syntax: DOSSEG
Orders segments according to the standard DOS convention; overrides
any other segment-order directives or options. This convention places
segments with class name 'CODE' first, then other segments not part of
DGROUP, and then DGROUP segments in this order: BEGDATA, BSS, STACK.
Other DGROUP segments are placed between BEGDATA and BSS.
The DOSSEG directive also causes the linker to generate two special
symbols, _end and _edata. Avoid using these names for your own symbols.
See Also: .SEQ, .ALPHA
-♦-