Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - the name of the "text" segment is explicitly set to "<name>". by default, http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The name of the "text" segment is explicitly set to "<name>".  By default,
the "text" segment name is "_TEXT" for small code models and
"module_name_TEXT" for large code models.

     Application Memory      Code
     Type        Model       Segment
     ----------- -------     -------------------
     16-bit      tiny        _TEXT
     32-bit      flat        _TEXT
     16/32-bit   small       _TEXT
     16/32-bit   medium      module_name_TEXT
     16/32-bit   compact     _TEXT
     16/32-bit   large       module_name_TEXT
     16-bit      huge        module_name_TEXT

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