Messages
Assembly Unit
-WmsgFi[v|m]
v: Verbose format.
m: Microsoft format.
-WmsgFiv
If the Assembler is started without additional arguments (e.g., files to be assembled together with Assembler options), the Assembler is in the interactive mode (that is, a window is visible).
While in interactive mode, the Assembler uses the default verbose error file format to write the assembler messages (errors, warnings, information messages).
Using this option, the default format may be changed from verbose (with source, line and column information) to the Microsoft format (which displays only line information).
If the Assembler is running in interactive mode, the default error output is shown in the assembler window as in the following listing.
>> in "X:\TWE.ASM", line 12, col 0, pos 215 endif endif ^ ERROR A1001: Conditional else not allowed here
Setting the format to Microsoft, less information is displayed:
ASMOPTIONS=-WmsgFim X:\TWE.ASM(12): ERROR: conditional else not allowed here
ERRORFILE: Filename specification error environment variable
Assembler options: