C/C++ Compiler (cl.hlp) (
Table of Contents; 
Topic list)
 
   
  
    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.
  
 
 Memory Model Customization
                                             ◄Up► ◄Contents► ◄Index► ◄Back►
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Define the code pointer, data pointer, and segment setup.
     See: ◄Customized Memory Model: Details►
 
     Code Pointers
          Choose near or far code pointers
 
     Data Pointers
          Choose near, far, or huge data pointers.
 
     Segment Setup
          Choose SS==DS (stack segment equal to data segment) or
          SS!=DS (stack segment not equal to data segment). You can
          choose whether DS is loaded at function entry only with
          SS!=DS.
 
     Memory Model Options
          Displays the currently selected memory model: either /AS,
          /AM, /AC, /AL, /AH, or the custom memory model set from this
          dialog box.
                                    -♦-