English
Language : 

PIC32MX440F256H-80I Datasheet, PDF (53/646 Pages) Microchip Technology – 64/100-Pin General Purpose and USB 32-Bit Flash Microcontrollers
PIC32MX3XX/4XX
TABLE 3-1:
Instruction
SWR
SYNC
SYSCALL
TEQ
TEQI
TGE
TGEI
TGEIU
TGEU
TLT
TLTI
TLTIU
TLTU
TNE
TNEI
WAIT
WRPGPR
WSBH
XOR
XORI
ZEB
ZEH
PIC32MX3XX/4XX INSTRUCTION SET (CONTINUED)
Description
Function
Store Word Right
Synchronize
System Call
Trap if Equal
Trap if Equal Immediate
Trap if Greater Than or Equal
Trap if Greater Than or Equal Immediate
Trap if Greater Than or Equal Immediate Unsigned
Trap if Greater Than or Equal Unsigned
Trap if Less Than
Trap if Less Than Immediate
Trap if Less Than Immediate Unsigned
Trap if Less Than Unsigned
Trap if Not Equal
Trap if Not Equal Immediate
Wait for Interrupts
Write to GPR in Previous Shadow Set
Word Swap Bytes Within Halfwords
Exclusive OR
Exclusive OR Immediate
Zero-extend byte (MIPS16e™ only)
Zero-extend half (MIPS16e only)
See Architecture Reference Manual
See Software User’s Manual
SystemCallException
if Rs == Rt
TrapException
if Rs == (int)Immed
TrapException
if (int)Rs >= (int)Rt
TrapException
if (int)Rs >= (int)Immed
TrapException
if (uns)Rs >= (uns)Immed
TrapException
if (uns)Rs >= (uns)Rt
TrapException
if (int)Rs < (int)Rt
TrapException
if (int)Rs < (int)Immed
TrapException
if (uns)Rs < (uns)Immed
TrapException
if (uns)Rs < (uns)Rt
TrapException
if Rs != Rt
TrapException
if Rs != (int)Immed
TrapException
Stall until interrupt occurs
SGPR[SRSCtlPSS, Rd> = Rt
Rd = Rt23..16 || Rt31..24 || Rt7..0
|| Rt15..8
Rd = Rs ^ Rt
Rt = Rs ^ (uns)Immed
Rt = (ubyte) Rs
Rt = (uhalf) Rs
© 2008 Microchip Technology Inc.
Preliminary
DS61143E-page 51