Datasheet
Tutorial
© 2006 Microchip Technology Inc. DS51584B-page 15
2.4.4 Add Files to Project
1. From the list of folders on the PC, locate the C:\Tutorial folder and select the
Eg1_BlinkLed.s file.
2. Click Add>> to include the file in the project.
3. Expand the C:\
Program Files\Microchip\MPLAB ASM30
Suite
\Support\gld folder and select the p30f6014a.gld file.
4. Click Add>> to include this file in the project. There should now be two files in
the project.
5. Click Next > to continue.
6. When the summary screen displays, click Finish.
After the project wizard completes, the MPLAB project window shows the
Eg1_BlinkLed.s file in the Source Files folder and the p30f6014a.gld file in the
Linker Scripts folder (see Figure 2-5).
FIGURE 2-5: PROJECT WINDOW
A project and workspace has now been created in MPLAB IDE. MyProject.mcw is
the workspace file and MyProject.mcp is the project file. Double click the
Eg1_BlinkLed.s file in the project window to open the file. MPLAB IDE should now
look similar to Figure 2-6.
FIGURE 2-6: MPLAB
®
IDE WORKSPACE
Project
Window
Output
Window
Source
Window
Code