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 116 © 2005-2011 Microchip Technology Inc.
Example 1:
AND.B W0, W1 [W2++] ; AND W0 and W1, and
; store to [W2] (Byte mode)
; Post-increment W2
Before
Instruction
After
Instruction
W0 AA55 W0 AA55
W1 2211 W1 2211
W2 1001 W2 1002
Data 1000 FFFF Data 1000 11FF
SR 0000 SR 0000
Example 2:
AND W0, [W1++], W2 ; AND W0 and [W1], and
; store to W2 (Word mode)
; Post-increment W1
Before
Instruction
After
Instruction
W0 AA55 W0 AA55
W1 1000 W1 1002
W2 55AA W2 2214
Data 1000 2634 Data 1000 2634
SR 0000 SR 0000

e-Highlighter

Click to send permalink to address bar, or right-click to copy permalink.

Un-highlight all Un-highlight selectionu Highlight selectionh