SW500010 Microchip Technology, SW500010 Datasheet - Page 121

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
Macro Assembler
4.3.2 Characters
The character set used is standard 7 bit ASCII. Alphabetic case is significant for identifiers, but not
mnemonics and reserved words. Tabs are treated as equivalent to spaces.
4.3.2.1 Delimiters
All numbers and identifiers must be delimited by white space, non-alphanumeric characters or the
end of a line.
4.3.2.2 Special Characters
There are a few characters that are special in certain contexts. Within a macro body, the character
& is used for token concatenation. To use the bitwise & operator within a macro body, escape it by
using && instead. In a macro argument list, the angle brackets < and > are used to quote macro
arguments.
4.3.3 Comments
An assembly comment is initiated with a semicolon that is not part of a string or character constant.
contain C or C++ style comments using the standard / * ...
4.3.3.1 Special Comment Strings
Several comment strings are appended to assembler instructions by the code generator. These are
typically used by the assembler optimizer.
in the commented instruction is associated with a variable that was declared as volatile in the
C source code. Accesses to this location which appear to be redundant will not be removed by the
assembler optimizer if this string is present.
If the assembly file is first processed by the C preprocessor, see Section 2.6.11, then it may also
The comment string ;volatile is used to indicate that the memory location being accessed
Format 1
Format 2
Format 3
Format 4
Format 5
label:
label:
name
; comment only
<empty line>
Table 4.2: ASPICstatement formats
mnemonic
pseudo-op
operands
operands
* / and // syntax.
HI-TECH C Assembly Language
; comment
; comment
121

Related parts for SW500010