Finding text in source code

To find text
  1. See Viewing source code
  2. Right-click in the source code area. From the pop-up menu, click Find. Alternatively, press the Ctrl+F keys.
  3. Enter the text you want to find in the Find dialog box.
  4. If you want an exact match by case, click the Match case check box.
  5. Click Find Next. The source code scrolls if necessary, and the matching text is highlighted. If there are no more occurrences of the text to find, ASMPUT displays the message ASMP032I End of search.
To find the next occurrence of text
  1. Press the Ctrl+N keys. Alternatively, right-click in the source code area, and from the pop-up menu, click Find Next. The source code scrolls if necessary, and the matching text is highlighted. If there are no more occurrences of the text to find, ASMPUT displays the message ASMP032I End of search.
You can find text only if it is displayed in the source code area. If necessary, show: before you try and find text.

Finding always starts looking for the text from the current position of the cursor. You can position the cursor by clicking in the source code. You can move the cursor to the start of the source code by pressing the Ctrl+Home keys.