SW500011 Microchip Technology, SW500011 Datasheet - Page 119

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
*
+
-
/
= or eq
> or gt
>= or ge
< or lt
<= or le
<> or ne
low
high
highword
mod
&
^
|
not
< < or shl
> > or shr
rol
ror
float24
nul
Operator
Multiplication
Addition
Subtraction
Division
Equality
Signed greater than
Signed greater than or equal to
Signed less than
Signed less than or equal to
Signed not equal to
Low byte of operand
High byte of operand
High 16 bits of operand
Modulus
Bitwise AND
Bitwise XOR (exclusive or)
Bitwise OR
Bitwise complement
Shift left
Shift right
Rotate left
Rotate right
24-bit version of real operand
Tests if macro argument is null
Table 4.6: ASPIC32 operators
Purpose
movlw 4*33
bra $+1
DB 5-2
movlw 100/4
IF inp eq 66
IF inp > 40
IF inp ge 66
IF inp < 40
IF inp le 66
IF inp <> 40
movlw low(inp)
movlw high(1008h)
DW highword(inp)
movlw 77 mod 4
clrf inp&0ffh
movlw inp^80
movlw inp|1
movlw not 055h
DB inp> >8
movlw inp shr 2
DB inp rol 1
DB inp ror 1
DW float24(3.3)
HI-TECH C Assembly Language
Example
119

Related parts for SW500011