Question: Use MPLAB to write an asemply program to multipy two numbers (11111001) and (11111001). Then save the product in file reisters 0x50 and 0x51. What
Use MPLAB to write an asemply program to multipy two numbers (11111001) and (11111001). Then save the product in file reisters 0x50 and 0x51.
What is the code, the SFR memory view showing the register used to store the multiplication, the file register view showing the product value. I cannot get prodh to go to 0x50 file register as prodh is not defined

MOVLW B' 11111001' MULLW B'11111001' MOVFF PRODL, Ox50 MOVEE PRODH, Ox51 END
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
