Microchip Technology XC8 Standard Compiler (Workstation) SW006021-1 SW006021-1 ユーザーズマニュアル

製品コード
SW006021-1
ページ / 518
Macro Assembler
 2012 Microchip Technology Inc.
DS52053B-page 245
6.3.16
--EDF: Set Message File Path
This option is mainly used by the command-line driver, xc8, to specify the path of the 
message description file. The default file is located in the dat directory in the compiler’s 
installation directory.
SeSection 4.6 “Compiler Messages” for full information about the compiler’s 
messaging system.
6.3.17
--EMAX: Specify Maximum Number of Errors
This option is mainly used by the command-line driver, xc8, to specify the maximum 
number of errors that can be encountered before the assembler terminates. The default 
number is 10 errors.
This option is applied if compiling using xc8, the command-line driver and the 
--ERRORS
SeSection 4.6 “Compiler Messages” for full information about the compiler’s 
messaging system.
6.3.18
--OPT: Specify Optimization Type
This option complements the assembler -O option and indicates specific information 
about optimizations required. The suboptions: speed, space and debug may be spec-
ified to indicate preferences related to procedural abstraction.
Abstraction is enabled when the space option is set; disabled when speed is set. The 
debug
 suboption limits the application of some optimizations which otherwise may 
severely corrupt debug information used by debuggers.
6.3.19
--VER: Print Version Number
This option prints information relating to the version and build of the assembler appli-
cation. The assembler will terminate after processing this option, even if other options 
and files are present on the command line.