Messages
Assembly Unit
-WmsgFonf<string>
<string>: format string (see below)
-WmsgFonf"%K %d: %m\n"
Sometimes there is no file information available for a message (e.g., if a message not related to a specific file). Then this message format string is used. The following formats are supported:
Format Description Example
----------------------------------
%K Uppercase kind ERROR
%k Lowercase kind error
%d Number L10324
%m Message text
%% Percent %
\n New line
ASMOPTIONS=-WmsgFonf"%k %d: %m\n"
produces a message in following format:
information L10324: Linking successful
ERRORFILE: Filename specification error environment variable
Assembler options: