Step 2: Display the program in memory
1 If the symbol "main" is not already in the entry buffer, move the mouse pointer to
the entry buffer (notice the flashing I-beam cursor) and type in "main".
2 Choose Display→Memory→Mnemonic ().
Or, using the command line, enter:
display memory main mnemonic <RETURN>
The default display mode settings cause source lines and symbols to appear in
displays where appropriate. Notice you can use symbols when specifying
expressions. The global symbol "main" is used in the command above to specify
the starting address of the memory to be displayed.
Chapter 1: Getting Started
Step 2: Display the program in memory
33