Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
© 2005-2011 Microchip Technology Inc. DS70157F-page 321
Section 5. Instruction Descriptions
Instruction
Descriptions
5
Example 1:
MUL.UU W4, W0, W2 ; Multiply W4*W0 (unsigned-unsigned)
; Store the result to W2:W3
Before
Instruction
After
Instruction
W0 FFFF W0 FFFF
W2 2300 W2 0001
W3 00DA W3 FFFE
W4 FFFF W4 FFFF
SR 0000 SR 0000
Example 2:
MUL.UU W0, [W1++], W4 ; Mult. W0*[W1] (unsigned-unsigned)
; Store the result to W4:W5
; Post-Increment W1
Before
Instruction
After
Instruction
W0 1024 W0 1024
W1 2300 W1 2302
W4 9654 W4 6D34
W5 BDBC W5 0D80
Data 2300 D625 Data 2300 D625
SR 0000 SR 0000
Protego_Release_01_05-Related-OEM-Documentation-PIC24FJ64GA004-Programmers_Reference_Manual.pdf