Advertisement
ptrawt

ไฟ LED วิ่ง

Feb 17th, 2014
2,538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pic 16 0.22 KB | None | 0 0
  1.     ; set PORTB as output
  2.     bsf status,5
  3.     bcf status,6
  4.     movlw 0
  5.     movwf trisb
  6.    
  7.     ; disable Analog inputs
  8.     bsf status,6
  9.     movwf 0x9
  10.        
  11.     ; switch to FSR Bank 0
  12.     bcf status,5
  13.     bcf status,6
  14.     bsf portb,w
  15.     rlf portb,f
  16.     goto 0x9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement