Compiler, Assembler, Linker, Decoder, or Debugger
ABSPATH={<path>}
<path>: Paths separated by semicolons, without spaces
This environment variable is only relevant when absolute files are directly generated by the Macro Assembler instead of relocatable object files. When this environment variable is defined, the Assembler will store the absolute files it produces in the first directory specified there. If ABSPATH is not set, the generated absolute files will be stored in the directory where the source file was found.
ABSPATH=\sources\bin;..\..\headers;\usr\local\bin