The code found below will be used for the following questions. Please show all your work with regards to calculations. LOOP:
banksel D1
nop
decfsz D1, D1
goto LOOP
banksel D2
decfsz D2, D2
goto LOOP return
How many instruction cycles do each of the instructions used in the function LOOP require? Utilize the values found in the PIC16F886 datasheet.