Question No:2 Find the time delay in the following program if the crystal freq. is 4MHz. DELAY MOVLW OxFA MOVWF MYREG AG
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question No:2 Find the time delay in the following program if the crystal freq. is 4MHz. DELAY MOVLW OxFA MOVWF MYREG AG
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