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 120 © 2005-2011 Microchip Technology Inc.
Example 1:
ASR.B [W0++], [W1++] ; ASR [W0] and store to [W1]
(Byte mode)
; Post-increment W0 and W1
Before
Instruction
After
Instruction
W0 0600 W0 0601
W1 0801 W1 0802
Data 600 2366 Data 600 2366
Data 800 FFC0 Data 800 33C0
SR 0000 SR 0000
Example 2:
ASR W12, W13 ; ASR W12 and store to W13
(Word mode)
Before
Instruction
After
Instruction
W12 AB01 W12 AB01
W13 0322 W13 D580
SR 0000 SR 0009 (N, C = 1)
Protego_Release_01_05-Related-OEM-Documentation-PIC24FJ64GA004-Programmers_Reference_Manual.pdf