TEXTPATH: Text file path

Tools

Compiler, Assembler, Linker, or Decoder

Syntax
  TEXTPATH={<path>}
  
  
Arguments

<path>: Paths separated by semicolons, without spaces.

Description

When this environment variable is defined, the Assembler will store the listing files it produces in the first directory specified in path. If TEXTPATH is not set, the generated listing files will be stored in the directory the source file was found.

Example
  TEXTPATH=\sources\txt;..\..\headers;\usr\local\txt