Advertisement
ango

ukol2_uloha2_bez_strankovani

Oct 8th, 2012
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cykl
  2.     movf portb,w
  3.     andlw b'01110000'
  4.     movwf PORTB_temp
  5. movf OSCCON,W
  6. andlw b'01110000'
  7. subwf PORTB,temp,W
  8. subwf PORTB_temp,W
  9. btfsc STATUS,Z
  10. goto cykl
  11.  
  12. movf OSCCON,W
  13. andlw b'10001111'
  14. iorwf PORTB_temp,2
  15. movwf OSCCON
  16. goto cykl
  17.  
  18. pridat strankovani
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement