English
Language : 

M68ICS05C Datasheet, PDF (48/250 Pages) –
WinIDE USER INTERFACE
• Listing Options: The following options specify how the assembler generates the
listing file.
− Show Cycles in Listing: Select this option to include cycle information for
each compiled instruction in the listing (.LST) file. View the cycle information
to see how long each instruction takes to execute. The cycle count appears to
the right of the address, enclosed in brackets.
− Expand Includes in Listing: Select this option to expand all include files into
the current listing file. This lets you view all source files in a main listing file.
If this option is not checked, you will see only the $Include statement for each
included file, not the source file.
− Expand Macros in Listing: Select this option to expand all macros into the
listing file: each time the macro is used, the listing will show the instructions
comprising the macro. If you do not select this option, you see only the macro
name, not its instructions.
• Assembly Preferences
− Show Assembler Progress: Select this option to display a pop-up window
showing the current assembly status, including:
♦ The pass the assembler is currently on
♦ The file that is currently being assembled
♦ The line that is currently being assembled
If this option is not checked, you must wait for the assembly result to be
displayed on the status bar at the bottom of the environment window.
− Wait for Assembler Result: Select this option and the Show Assembler
Progress option to cause a progress window displaying the assembly result to
stay up when assembly is done. The assembly result window will remain until
you dismiss it by clicking the OK button. In general, do not select this option,
as the assembler results are shown in the status bar at the bottom of the
WinIDE window.
− Save files before Assembling: Select this option to save all open files to disk
before you run the assembler. This is important because the
assembler/compiler reads the file to be compiled from the disk, not from the
open windows in the WinIDE editor. If you do not save the file before
assembling it, the assembler will assemble the last saved version. In general,
you should leave this option checked.
− Sound Bell on Error: Select this option to have the assembler beep if it
encounters an error.
4-24
M68ICS05COM/D