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 380 © 2005-2011 Microchip Technology Inc.
Example 1:
RLNC.B W0, W3 ; Rotate Left (W0) (Byte mode)
; Store the result in W3
Before
Instruction
After
Instruction
W0 9976 W0 9976
W3 5879 W3 58EC
SR 0001 (C = 1) SR 0009 (N, C = 1)
Example 2:
RLNC [W2++], [W8] ; Rotate Left [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 8083
Data 2008 C041 Data 2008 C041
SR 0001 (C = 1) SR 0009 (N, C = 1)
Protego_Release_01_05-Related-OEM-Documentation-PIC24FJ64GA004-Programmers_Reference_Manual.pdf