Line Number cannot be Specified on the Command Line

Editors like WinEditv31 or lower, Notepad, or Wordpad cannot be started with a line number in the command line. When these editors have been correctly configured, they can be started automatically by double-clicking on an error message. The configured editor will be started, and the file is automatically opened where the error occurs. To scroll to the position where the error was detected, you have to:

  1. Switch to the assembler again.
  2. Click the line on which the message was generated. This line is highlighted on the screen.
  3. Copy the line in the clipboard by pressing Ctrl + C.
  4. Switch to the editor again.
  5. Select Search > Find ; the standard Find dialog box appears.
  6. Paste the contents of the clipboard in the Edit box by pressing Ctrl + V.
  7. Click Forward.

The cursor jump to the position where the error was detected.