Microchip Technology AC244005 用户手册

下载
页码 150
Preface
© 2008 Microchip Technology Inc.
DS51616B-page 3
CONVENTIONS USED IN THIS GUIDE
The following conventions may appear in this documentation:
WARRANTY REGISTRATION
Please complete the enclosed Warranty Registration Card and mail it promptly. 
Sending in your Warranty Registration Card entitles you to receive new product 
updates. Interim software releases are available at the Microchip web site.
TABLE 1:
DOCUMENTATION CONVENTIONS
Description
Represents
Examples
Arial font:
Italic
Referenced books
MPLAB
®
 IDE User’s Guide
Emphasized text
...is the only compiler...
Initial caps
A window
the Output window
A dialog
the Settings dialog
A menu selection
select Enable Programmer
Quotes
A field name in a window or 
dialog
“Save project before build”
Underlined, italic text with 
right angle bracket
A menu path
File>Save
Bold
A dialog button
Click OK
A tab
Click the Power tab
Text in angle brackets < >
A key on the keyboard
Press <Enter>, <F1>
Courier font:
Plain
Sample source code
#define START
Filenames
autoexec.bat
File paths
c:\mcc18\h
Keywords
_asm, _endasm, static
Command-line options
-Opa+, -Opa-
Bit values
0, 1
Constants
0xFF, ’A’
Italic
A variable argument
file.o
, where file can be 
any valid filename
Square brackets [ ]
Optional arguments
mpasmwin [options] 
file [options]
Curly brackets and pipe 
character: { | }
Choice of mutually exclusive 
arguments; an OR selection
errorlevel {0|1}
Ellipses...
Replaces repeated text
var_name [, 
var_name...]
Represents code supplied by 
user
void main (void)
{ ...
}