Download AS30 V.5.10 User`s Manual

Transcript
BIN30
The assembler driver (as30) invokes the macro processor ,the structured processor and assembler
processor residing in the directory you have set.
If this variable is set, always make sure that macroprocessor, structured processor and assembler
processor are placed in the directory you have set. Multiple directories can be specified. If
multiple directories are specified, as30 searches the directories sequentially from left to right in
the order they are written.
INC30
The assembler as30 retrieves include files written in the assembly source file from the directory set
in INC30. Multiple directories can be specified. If multiple directories are specified, as30
searches the directories sequentially from left to right in the order they are written.
LIB30
The ln30 retrieves library file to link from directory that is set in thes environment variable.
Multiple directories can be specified. If multiple directories are specified, as30 searches the
directories sequentially from left to right in the order they are written.
TMP30
Programs generate a work file necessary to process files in the directory that is set in this
environment variable.
The work file normally is erased after as30 finishes its processing.
Example of setting environment variable.
Personal computer version
Separate the directory names with a semicolon as you write them.
SET INC30=C:\COMMON;C:\PROJECT
Workstation version
Separate the directory names with a colon as you write them.
setenv INC30 /usr/common/:/usr/project
42