Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cykl
- movf portb,w
- andlw b'01110000'
- movwf PORTB_temp
- movf OSCCON,W
- andlw b'01110000'
- subwf PORTB,temp,W
- subwf PORTB_temp,W
- btfsc STATUS,Z
- goto cykl
- movf OSCCON,W
- andlw b'10001111'
- iorwf PORTB_temp,2
- movwf OSCCON
- goto cykl
- pridat strankovani
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement