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 - as previously mentioned, a memory model is a combination of a code model and http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
As previously mentioned, a memory model is a combination of a code model and
a data model.  The following table describes the memory models supported by
Watcom C/C++.


     Memory      Code        Data        Default     Default
     Model       Model       Model       Code        Data
                                         Pointer     Pointer
     --------    --------    --------    --------    --------
     tiny        small       small       near        near
     small       small       small       near        near
     medium      big         small       far         near
     compact     small       big         near        far
     large       big         big         far         far
     huge        big         huge        far         huge

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