LINK Help (linker.hlp) (Table of Contents; Topic list)
/TINY Option
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Syntax:  /T[INY]
 
     The /TINY option generates a .COM file rather than an .EXE file.
     The default extension is .COM. /TINY is for tiny-model MS-DOS
     programs only. Tiny-model programs have only one physical segment.
     If there is more than one logical segment, they must be in the
     same group. The program must not have any far references. Segment
     addresses cannot be used as immediate data for instructions.
 
     When /CO is used with /TINY, debug information is put in a
     separate file with the same base name as the .COM file and with
     the .DBG extension.
     See: /CO Option
                                    -♦-