Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
© 2005-2011 Microchip Technology Inc. DS70157F-page 247
Section 5. Instruction Descriptions
Instruction
Descriptions
5
Example 1:
FF1L W2, W5 ; Find the 1st one from the left in W2
; and store result to W5
Before
Instruction
After
Instruction
W2 000A W2 000A
W5 BBBB W5 000D
SR 0000 SR 0000
Example 2:
FF1L [W2++], W5 ; Find the 1st one from the left in [W2]
; and store the result to W5
; Post-increment W2
Before
Instruction
After
Instruction
W2 2000 W2 2002
W5 BBBB W5 0000
Data 2000 0000 Data 2000 0000
SR 0000 SR 0001 (C = 1)
Protego_Release_01_05-Related-OEM-Documentation-PIC24FJ64GA004-Programmers_Reference_Manual.pdf