SW500011 Microchip Technology, SW500011 Datasheet - Page 123

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
abs defines the current psect as being absolute, i.e. it is to start at location 0. This does
not mean that this module’s contribution to the psect will start at 0, since other modules may
contribute to the same psect.
The bit flag specifies that a psect hold objects that are 1 bit long. Such psects have a scale
value of 8 to indicate that there are 8 addressable units to each byte of storage.
The class flag specifies a class name for this psect. Class names are used to allow local psects
to be referred to by a class name at link time, since they cannot be referred to by their own
name. Class names are also useful where psects need only be positioned anywhere within a
range of addresses rather than at one specific address.
The delta flag defines the size of an addressing unit. In other words, the number of bytes
covered for an increment in the address.
A psect defined as global will be combined with other global psects of the same name from
other modules at link time. This is the default behaviour for psects, unless the local flag is
used.
The isa flag indicates what instruction set architecture (ISA) the executable assembly in the
psect (if any) belongs to. See table
The limit flag specifies a limit on the highest address to which a psect may extend.
abs
bit
class=name
delta=size
global
isa
limit=address
local
ovrld
pure
reloc=boundary
size=max
space=area
with=psect
Flag
Psect is absolute
Psect holds bit objects
Specify class name for psect
Size of an addressing unit
Psect is global (default)
Specify Instruction Set Architecture
Upper address limit of psect
Psect is not global
Psect will overlap same psect in other modules
Psect is to be read-only
Start psect on specified boundary
Maximum size of psect
Represents area in which psect will reside
Place psect in the same page as specified psect
Table 4.8: PSECT flags
4.9
for allowable options to this flag.
Meaning
HI-TECH C Assembly Language
123

Related parts for SW500011