1 using the editable combo box in the toolbar, 2 using the entry file | assembly, 3 using drag and drop – Motorola HC12 User Manual

Page 53: 5 error feedback, Using the editable combo box in the toolbar, Using the entry file | assembly, Using drag and drop, Error feedback

Advertising
background image

Graphical User Interface

Error Feedback

MCUez HC12 Assembler

User’s Manual

MOTOROLA

Graphical User Interface

53

2.4.8.1 Using the Editable Combo Box in the Toolbar

The following describes how to use the Editable Combo box.

Assembling a new file — A new filename and additional assembler
options can be entered on the command line. Click on the Assemble
button or press the Enter key to assemble the specified file.

Reassembling a file — The previously executed command can be
displayed by clicking on the arrow on the right side of the command line.
From the drop down list, select a command. Click on the Assemble
button or press the Enter key to assemble the specified file.

2.4.8.2 Using the Entry File | Assembly ...

Select the menu entry File | Assemble to display the File to Assemble dialog
box. Browse to and select the desired file. Click Open to assemble the selected
file.

2.4.8.3 Using Drag and Drop

A filename can be dragged from an external program (for example, the File
Manager
) and dropped into the assembler window. The dropped file is
assembled as soon as the mouse button is released in the assembler window. If
the dragged file has the extension .ini, it is a configuration file and will be
loaded and not assembled.

2.5 Error Feedback

After a source file has been assembled, the content area displays a list of all error
or warning messages detected. The message format is:

>> <FileName>, line <line number>, col <column number>
pos <absolute position in file>

<Portion of code generating the problem>
<message class> <message number>: <Message string>

Advertising