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.
Warning Message
◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Warning: A5132
.STARTUP found without matching .EXIT
You gave the .STARTUP directive but did not use the .EXIT
directive to exit. This message is only a warning; if you used
some method other than the .EXIT directive to terminate the
program, then you can safely ignore this message. However, make
sure you use some explicit method to terminate the program
(normally, an interrupt call to a DOS Exit function). Otherwise,
when the processor runs the program, it will continue to execute
meaningless instructions beyond the end of your code.
-♦-