beautypg.com

2 introduction, 3 paths, Introduction – Motorola HC12 User Manual

Page 56: Paths, Environment variables 3.2 introduction

background image

User’s Manual

MCUez HC12 Assembler

56

Environment Variables

MOTOROLA

Environment Variables

3.2 Introduction

This section describes environment variables used by the MCUez assembler.
Environment variables are set in the Paths or Additional tab of the MCUez shell
New Configuration or Current Configuration dialog box. Refer to the MCUez
Installation and Configuration User’s Manual
, Motorola document order
number MCUEZINS/D. Environment variables that define paths (such as
GENPATH, OBJPATH, ABSPATH, etc.) are used by the assembler and other
MCUez applications.

3.3 Paths

Environment variables that contain paths indicate where to look for files. A path
list is a list of directory names separated by semicolons or a directory name
preceded by an asterisk. If a directory name is preceded by an asterisk (

*

), the

programs recursively search the whole directory tree for a file, not just the given
directory. Directories are searched in the order they appear in the path list.

Syntax:

DirSpec;DirSpec;DirSpec

*DirectoryName

Examples:

GENPATH=C:\INSTALL\LIB;D:\PROJECTS\TESTS;

LIBPATH=*C:\INSTALL\LIB