Showing and hiding analysis messages

An analysis message is an indication that ASMPUT has found an instruction that could possibly be in error. It may be worth your while to check the instruction, to make sure that it is correct. The analysis messages are a little like those from a grammar checker in a word processor.

To show analysis messages
  1. Display the relevant source code.
  2. Right-click in the source code area.
  3. From the pop-up menu, click Show Analysis Messages, so that it is checked.

Analysis messages are shown as red on a light gray background, and the message has the prefix ASMP.

The Find Next Diagnostic/Message option; see Finding the next assembly diagnostic or analysis message takes you to the next assembly diagnostic or analysis message.

To hide analysis messages
  1. Display the relevant source code.
  2. Right-click in the source code area.
  3. From the pop-up menu, click Show Analysis Messages, so that it is unchecked.

  See also Viewing source code