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.
Custom Tiny Memory Model
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Use the /Ln option with the /AT option to create a tiny-model
     (.COM) program that uses your own startup code. Generally, to
     create a tiny-model program, the /AT option links the startup code
     of CRTCOM.LIB to your program. CRTCOM.LIB contains startup code
     needed by any .COM program written in C. Programs that are written
     in assembly language do not need this code. The /Ln option prevents
     this linking.
 
     P-code does not support the tiny memory model.
 
     See also: Tiny Memory Model: Details
                                    -♦-