SW500009 Microchip Technology, SW500009 Datasheet - Page 99

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
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 /* ... */ and // syntax.
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.
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.
defined and accessed in assembly code.
If the assembly file is first processed by the C preprocessor, see Section 2.4.11, then it may also
The comment string ;volatile is used to indicate that the memory location being accessed in
This comment string may also be used in assembler source to achive the same effect for locations
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
HI-TECH C Assembly Language
; comment
; comment
85

Related parts for SW500009