Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; set PORTB as output
- bsf status,5
- bcf status,6
- movlw 0
- movwf trisb
- ; disable Analog inputs
- bsf status,6
- movwf 0x9
- ; switch to FSR Bank 0
- bcf status,5
- bcf status,6
- bsf portb,w
- rlf portb,f
- goto 0x9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement