Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
© 2005-2011 Microchip Technology Inc. DS70157F-page 249
Section 5. Instruction Descriptions
Instruction
Descriptions
5
Example 1:
FF1R W1, W9 ; Find the 1st one from the right in W1
; and store the result to W9
Before
Instruction
After
Instruction
W1 000A W1 000A
W9 BBBB W9 0002
SR 0000 SR 0000
Example 2:
FF1R [W1++], W9 ; Find the 1st one from the right in [W1]
; and store the result to W9
; Post-increment W1
Before
Instruction
After
Instruction
W1 2000 W1 2002
W9 BBBB W9 0010
Data 2000 8000 Data 2000 8000
SR 0000 SR 0000
Protego_Release_01_05-Related-OEM-Documentation-PIC24FJ64GA004-Programmers_Reference_Manual.pdf