Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
© 2005-2011 Microchip Technology Inc. DS70157F-page 441
Section 5. Instruction Descriptions
Instruction
Descriptions
5
Example 1:
XOR.B W1, [W5++], [W9++] ; XOR W1 and [W5] (Byte mode)
; Store result to [W9]
; Post-increment W5 and W9
Before
Instruction
After
Instruction
W1 AAAA W1 AAAA
W5 2000 W5 2001
W9 2600 W9 2601
Data 2000 115A Data 2000 115A
Data 2600 0000 Data 2600 00F0
SR 0000 SR 0008 (N = 1)
Example 2:
XOR W1, W5, W9 ; XOR W1 and W5 (Word mode)
; Store the result to W9
Before
Instruction
After
Instruction
W1 FEDC W1 FEDC
W5 1234 W5 1234
W9 A34D W9 ECE8
SR 0000 SR 0008 (N = 1)
Protego_Release_01_05-Related-OEM-Documentation-PIC24FJ64GA004-Programmers_Reference_Manual.pdf