This tab shows the detailed information on an assemble source file categorized by the following and the configuration can be changed.
Note that this tab takes over the settings of the [Common Options] tab and [Assemble Options] tab.
When the settings are changed from these tabs, the properties are displayed in boldface.
This tab is displayed when [Yes] in the [Set individual assemble option] property in the [Build] category from the [Build Settings] tab is selected. |
[Description of each category]
The detailed information on the source is displayed and the configuration can be changed.
Specifies the name of the path to the folder that stores the include file. The following placeholders are supported. %ActiveProjectDir%: Replaces with the absolute path of the active project folder. %ActiveProjectName%: Replaces with the active project name. %BuildModeName%: Replaces with the build mode name. %MainProjectDir%: Replaces with the absolute path of the main project folder. %MainProjectName%: Replaces with the main project name. %MicomToolPath%: Replaces with the absolute path of the install folder of this product. %ProjectDir%: Replaces with the absolute path of the project folder. %ProjectName%: Replaces with the project name. %TempDir%: Replaces with the absolute path of the temporary folder. %WinDir%: Replaces with the absolute path of the Windows system folder. The reference point of the path is the project folder. |
||||||
Edit by the Path Edit dialog box which appears when clicking the [...] button. For the subproperty, you can use the text box directly enter the text. |
||||||
Selects whether to assemble using the include path specified in the [Additional include paths] property in the [Source] category from the [Assemble Options] tab of the build tool to be used. The include paths are added by the following procedure.
|
||||||
Assembles using the include path specified in the property of the build tool to be used. |
||||||
Does not use the include path specified in the property of the build tool to be used. |
||||||
Specifies the macro name to be defined. Specifies in the format of "macro name=string", with one macro name per line. |
||||||
Edit by the Text Edit dialog box which appears when clicking the [...] button. For the subproperty, you can use the text box directly enter the text. |
||||||
Selects character code of an input program. This corresponds to the -euc, -sjis, -latin1, -big5, and -gb2312 option of the assembler. [Traditional Chinese character (-big5)] and [Simplified Chinese character (-gb2312)] are displayed when [Always latest version which was installed] in the [Using compiler package version] property in the [Version Select] category from the [Common Options] tab is selected and the latest version is V2.00.00 or higher or when V2.00.00 or higher is selected in the [Using compiler package version] property. [UTF-8 code (-utf8)] is displayed when [Always latest version which was installed] in the [Using compiler package version] property is selected and the latest version is V2.04.00 or higher or when V2.04.00 or higher is selected in the [Using compiler package version] property. |
||||||
Handles the characters in strings, character constants, and comments by using EUC. |
||||||
Handles the characters in strings, character constants, and comments by using SJIS. |
||||||
Handles the characters in strings, character constants, and comments by using ISO-Latin1. |
||||||
Handles the characters in strings, character constants, and comments by using UTF-8. |
||||||
Handles the characters in strings, character constants, and comments by using Traditional Chinese character. |
||||||
Handles the characters in strings, character constants, and comments by using Simplified Chinese character. |
The detailed information on the object is displayed and the configuration can be changed.
Specifies the output destination folder for the output file. The following placeholders are supported. %BuildModeName%: Replaces with the build mode name. %ProjectName%: Replaces with the project name. %MicomToolPath%: Replaces with the absolute path of the product install folder. If this is blank, it is assumed that the project folder has been specified. This corresponds to the -output option of the assembler. This property is displayed when [Always latest version which was installed] in the [Using compiler package version] property in the [Version Select] category from the [Common Options] tab is selected and the latest version is V2.00.00 or lower or when V2.00.00 or lower is selected in the [Using compiler package version] property. |
||||
Directly enter in the text box or edit by the Browse For Folder dialog box which appears when clicking the [...] button. |
||||
Specifies the name of the object module file generated after assembling. The extension other than ".obj" cannot be specified. If the extension is omitted, ".obj" is automatically added. If this is blank, the file name will be the source file name with the extension replaced by ".obj". This corresponds to the -output option of the assembler. This property is displayed when [Always latest version which was installed] in the [Using compiler package version] property in the [Version Select] category from the [Common Options] tab is selected and the latest version is V2.00.00 or higher or when V2.00.00 or higher is selected in the [Using compiler package version] property. |
||||
Directly enter in the text box or edit by the Browse For Folder dialog box which appears when clicking the [...] button. |
||||
Selects whether to output debugging information to object module files. This corresponds to the -debug and -nodebug options of the assembler. |
||||
Does not output debugging information to object module files. |
||||
Selects whether to suppress outputting data to the unused area made by .OFFSET. This corresponds to the -create_unfilled_area option of the assembler. This property is displayed when [Always latest version which was installed] in the [Using compiler package version] property in the [Version Select] category from the [Common Options] tab is selected and the latest version is V2.03.00 or lower or when V2.03.00 or lower is selected in the [Using compiler package version] property. |
||||
Suppresses outputting data to the unused area made by .OFFSET. |
||||
Does not suppress outputting data to the unused area made by .OFFSET. |
The detailed information on the list is displayed and the configuration can be changed.
The detailed information on the optimization is displayed and the configuration can be changed.
Other detailed information on assembly is displayed and the configuration can be changed.