The TASM environment can be customized by using the environment variables listed below:
TASMTABS The TASMTABS variable specifies the path to be searched for TASM instruction set definition tables. If it is not defined then the table(s) must exist in the current working directory. The following examples illustrate possible usage:
For MSDOS set TASMTABS=C:\TASM
For LINUX TASMTABS=/tasm
TASMOPTS This variable specifies TASM command line options that are to be invoked every time TASM is executed. For example, if TASM is being used for 8048 assemblies with binary object file output desired, the following statement would be appropriate in the AUTOEXEC.BAT file:
set TASMOPTS=-48 -b
TASM. Copyright (C) 1998 by Squak Valley Software.
All rights reserved.