Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - -gd dosseg segment ordering http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -Gd                 DOSSEG segment ordering
------------------------------------------------------------------------------
 Syntax
   -Gd

 Arguments
   None.

 Default
   No DOSSEG ordering.

 Description
   The -Gd switch instructs the compiler to add a DOSSEG directive in
   the generated object file which causes the linker to place the various
   segments according to the DOSSEG ordering. Using the option has its
   primary importance in mixed-language programming

 Example
   . Enable DOSSEG segment ordering.
   
     force.exe -Gd test.prg
   
   . Enable DOSSEG ordering and combine the stack segment with DGROUP.
   
     force.exe -Gdt test.prg

See Also: -Gt

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