Question No:2 Find the time delay in the following program if the crystal freq. is 4MHz. DELAY MOVLW OxFA MOVWF MYREG AG
Posted: Fri May 20, 2022 7:43 pm
Question No:2 Find the time delay in the following program if the crystal freq. is 4MHz. DELAY MOVLW OxFA MOVWF MYREG AGAIN NOP NOP DECF MYREG,F BNZ AGAIN RETURN