dsPICDEM™ 1.1 Plus Development Board User’s Guide
DS70099D-page 56
©
2006 Microchip Technology Inc.
4.7.1
Display the Code
1.
From the View menu, select Program Memory.
2.
On the Program Memory window, select the Symbolic tab, as shown in
Figure 4-15.
FIGURE 4-15:
PROGRAM MEMORY WINDOW
3.
Press <F5> to halt the processor and press <F6> to reset. The program memory
now shows a green arrow pointing to the line of code at address 0, the Reset
location.
The instruction at this location is
goto __reset
. This code is added by the
linker to make the program branch to the initialization and main code located in
the
tutorial.c
file.