Crossware

Table of Contents        Previous topic       Next topic       

C COMPILER->Compiler Command Line Options->Small Memory Model (/AS)

This option tells the compiler to use the small memory model.

If the /AD option is not used, all objects are placed in internal indirectly addressable data memory except as follows:
    

If the /AD option is used, all objects are placed in internal directly addressable data memory except for the above exceptions.