R
randy.day
Guest
Okay, new PIC issue causing premature forcible hair removal. The code below
is supposed to put 1's on the PORTB pins (PIC16F690). It's not happening;
what am I missing?
BANKSEL 0x01
clrf TRISB ; PORTB all output
clrf TRISC ; PORTC all output
BANKSEL 0x00
bcf SSPCON, 5
movlw 0xFF
movwf PORTB
goto $
is supposed to put 1's on the PORTB pins (PIC16F690). It's not happening;
what am I missing?
BANKSEL 0x01
clrf TRISB ; PORTB all output
clrf TRISC ; PORTC all output
BANKSEL 0x00
bcf SSPCON, 5
movlw 0xFF
movwf PORTB
goto $