SW500008 Microchip Technology, SW500008 Datasheet - Page 104

PICC-18 STD

SW500008

Manufacturer Part Number
SW500008
Description
PICC-18 STD
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500008

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Standard
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015
778-1001
778-1001
HI-TECH C Assembly Language
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.
4.3.4 Constants
4.3.4.1 Numeric Constants
The assembler performs all arithmetic with signed 32-bit precision.
as given in Table 4.3.
fiers. Hexadecimal digits are accepted in either upper or lower case.
temporary (numeric) label backward references.
format.
90
If the assembly file is first processed by the C preprocessor, see Section 2.4.12, 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
The default radix for all numbers is 10. Other radices may be specified by a trailing base specifier
Hexadecimal numbers must have a leading digit (e.g. 0ffffh) to differentiate them from identi-
Note that a binary constant must have an upper case B following it, as a lower case b is used for
In expressions, real numbers are accepted in the usual format, and are interpreted as IEEE 32-bit
Binary
Octal
Decimal
Hexadecimal
Radix
digits 0 and 1 followed by B
digits 0 to 7 followed by O, Q, o or q
digits 0 to 9 followed by D, d or nothing
digits 0 to 9, A to F preceded by Ox or followed by H or h
Table 4.3: ASPIC18 numbers and bases
Format
Macro Assembler

Related parts for SW500008