SW500011 Microchip Technology, SW500011 Datasheet - Page 117

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
Macro Assembler
temporary (numeric) label backward references.
format.
4.3.6.2 Character Constants and Strings
A character constant is a single character enclosed in single quotes ’.
or newline characters, enclosed within matching quotes. Either single quotes ’ or double quotes "
maybe used, but the opening and closing quotes must be the same.
4.3.7 Identifiers
Assembly identifiers are user-defined symbols representing memory locations or numbers. A sym-
bol may contain any number of characters drawn from the alphabetics, numerics and the special
characters dollar, $, question mark, ? and underscore, _.
e.g. Fred is not the same symbol as fred. Some examples of identifiers are shown here:
4.3.7.1 Significance of Identifiers
Users of other assemblers that attempt to implement forms of data typing for identifiers should note
that this assembler attaches no significance to any symbol, and places no restrictions or expectations
on the usage of a symbol.
name spaces, but other than this, the assembler does not care whether a symbol is used to represent
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
Multi-character constants, or strings, are a sequence of characters, not including carriage return
The first character of an identifier may not be numeric. The case of alphabetics is significant,
The names of psects (program sections) and ordinary symbols occupy separate, overlapping
An_identifier
an_identifier
an_identifier1
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.5: ASPIC32 numbers and bases
Format
HI-TECH C Assembly Language
117

Related parts for SW500011