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 202 © 2005-2011 Microchip Technology Inc.
Example 2:
CPB.B W0, [W1++] ; Compare [W1] with W0 using C (Byte mode)
; Post-increment W1
Before
Instruction
After
Instruction
W0 ABA9 W0 ABA9
W1 1000 W1 1001
Data 1000 D0A9 Data 1000 D0A9
SR 0001 (C = 1) SR 0001 (C = 1)
Example 3:
CPB W4, W5 ; Compare W5 with W4 using C (Word mode)
Before
Instruction
After
Instruction
W4 4000 W4 4000
W5 3000 W5 3000
SR 0001 (C = 1) SR 0001 (C = 1)

e-Highlighter

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

Un-highlight all Un-highlight selectionu Highlight selectionh