Using special modifiers

With some options it is possible to use special modifiers. However, some modifiers may not make sense for all options. This section describes those modifiers.

The following table lists and dsecribes the supported modifiers.

Table 1. Special modifiers for assembler options
Modifier Description
%p Path including file separator
%N Filename in strict 8.3 format
%n Filename without its extension
%E Extension in strict 8.3 format
%e Extension
%f Path + filename without its extension
%" A double quote (") if the filename, the path or the extension contains a space
%' A single quote (`) if the filename, the path, or the extension contains a space
%(ENV) Replaces it with the contents of an environment variable
%% Generates a single `%'