qcenv.hlp (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.
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Error: L2051
     Start address not equal to 0x100 for /TINY
 
     You tried to generate a program in COM format without setting the
     start address to 100 hexadecimal. Either insert the statement ORG
     100H or use the .STARTUP directive, which generates an ORG
     statement for tiny model programs. (The .STARTUP directive
     requires that the .MODEL directive was previously used.)
                                    -♦-