ASM Editor

The ASM editor supports syntax coloring and code completion.



To access code completion either type . or press Control-Space (default key configuration).

Breakpoints are toggled by clicking in the margin to the left.

To find the value of a label hover the mouse over it (must have compiled successfully once). During debugging hovering also shows the value of the memory location.


Context menu
Right clicking anywhere in the source window shows a context menu. The context menu allows you to:


Run to cursor
Start debugging with the first break at the cursor location


Go to declaration
Find the declaration of the symbol under the mouse


Show runtime value
Displays the runtime value of the symbol under the mouse


Comment Selection
Adds one comment marker to all lines of the current selection


Uncomment Selection
Removes one comment marker of all lines of the current selection