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:
Copy
Copy the current selection to the clipboard
Cut
Copy the current selection to the clipboard and cut it from the source
Paste
Paste text from the clipboard at the current location
Run to cursor
Start debugging with the first break at the cursor location
Add to Watch
Add the variable under the cursor to the debug watch list
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