Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
16-bit MCU and DSC Programmer’s Reference Manual
DS70157F-page 388 © 2005-2011 Microchip Technology Inc.
Example 1:
RRNC.B W0, W3 ; Rotate Right (W0) (Byte mode)
; Store the result in W3
Before
Instruction
After
Instruction
W0 9976 W0 9976
W3 5879 W3 583B
SR 0001 (C = 1) SR 0001 (C = 1)
Example 2:
RRNC [W2++], [W8] ; Rotate Right [W2] (Word mode)
; Post-increment W2
; Store result in [W8]
Before
Instruction
After
Instruction
W2 2008 W2 200A
W8 094E W8 094E
Data 094E 3689 Data 094E E020
Data 2008 C041 Data 2008 C041
SR 0000 SR 0008 (N = 1)
Protego_Release_01_05-Related-OEM-Documentation-PIC24FJ64GA004-Programmers_Reference_Manual.pdf