muizzuddin_afifi
New Member
which languages more easy to learn? c , c++, or assembly??
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
bsf STATUS,RP0
movlw b'11110000'
movwf TRISA
movlw b'11110000'
movwf TRISB
movlw b'00000111'; disable comparator
movwf CMCON
movlw B'01110000' ;select 8MHz clock
movwf OSCCON
clrf ANSEL ;no ADCs
bcf STATUS,RP0
clrf PORTA
clrf PORTB
trisa=0b11110000;
trisb=0b11110000;
cmcon=0b00000111;
osccon=0b01110000;
ansel=0;
porta=0;
portb=0;