MPLAB
®
IDE User’s Guide
DS51159B-page 174
2001 Microchip Technology Inc.
assortment of other tools within one Windows application. A user developing
an application can write code, compile, debug and test an application without
leaving the MPLAB IDE desktop.
Identifier
A function or variable name.
Import
Bring data into the MPLAB Integrated Development Environment (IDE) from
an outside source, such as from a hex file.
Initialized Data
Data which is defined with an initial value. In C,
int myVar=5;
defines a
variable which will reside in an initialized data section.
Internal Linkage
A function or variable has internal linkage if it can not be accessed from
outside the module in which it is defined.
Librarian
A language tool that creates and manipulates libraries. MPLIB is Microchip’s
librarian.
Library
A library is a collection of relocatable object modules. It is created by
assembling multiple source files to object files and then using the librarian to
combine the object files into one library file. A library can be linked with object
modules and other libraries to create executable code.
Link
What a linker does. See Linker.
Linker
A language tool that combines object files and libraries to create executable
code. Linking is performed by Microchip’s linker, MPLINK.
Linker Script Files
Linker script files are the command files of MPLINK (.LKR). They define linker
options and describe available memory on the target platform.
Listing Directives
Listing directives are those directives that control the MPASM listing file
format. They allow the specification of titles, pagination and other listing
control.
Listing File
A listing file is an ASCII text file that shows the machine code generated for
each C source statement, assembly instruction, MPASM directive, or macro
encountered in a source file.
Содержание MPLAB ICE
Страница 1: ...2001 Microchip Technology Inc DS51159C MPLAB ICE EMULATOR USER S GUIDE M...
Страница 8: ...MPLAB ICE User s Guide DS51159B page viii 2001 Microchip Technology Inc...
Страница 18: ...MPLAB ICE User s Guide DS51159B page 18 2001 Microchip Technology Inc NOTES...
Страница 36: ...MPLAB ICE User s Guide DS51159B page 36 2001 Microchip Technology Inc NOTES...
Страница 58: ...MPLAB ICE User s Guide DS51159B page 58 2001 Microchip Technology Inc NOTES...
Страница 80: ...MPLAB ICE User s Guide DS51159B page 80 2001 Microchip Technology Inc NOTES...
Страница 126: ...MPLAB ICE User s Guide DS51159B page 126 2001 Microchip Technology Inc NOTES...
Страница 129: ...2001 Microchip Technology Inc DS51159B page 129 Verification Figure 7 3 Verify MPLAB ICE Run Mode Tests...
Страница 140: ...MPLAB ICE User s Guide DS51159B page 140 2001 Microchip Technology Inc NOTES...
Страница 158: ...MPLAB ICE User s Guide DS51159B page 158 2001 Microchip Technology Inc NOTES...
Страница 189: ...2001 Microchip Technology Inc DS51159B page 189 Index NOTES...
Страница 190: ...MPLAB ICE User s Guide DS51159B page 190 2001 Microchip Technology Inc NOTES...
Страница 191: ...2001 Microchip Technology Inc DS51159B page 191 Index NOTES...