When TASM terminates, it will return to the OS the following exit codes:
Exit Code Definition
0 Normal completion, no assembly errors
1 Normal completion, with assembly errors
2 Abnormal completion, insufficient memory
3 Abnormal completion, file access error
4 Abnormal completion, general error
Exit codes 2 and above will also be accompanied by messages to the console concerning the error.
TASM. Copyright (C) 1998 by Squak Valley Software.
All rights reserved.