Eric Bohlman wrote: > > My whole source code is: > > > > START MOVLW b'10001111' > > OPTION > > CLRF 5 > > MOVLW b'00001000' > > TRIS 5 > > BSF 5,0 > > BSF 5,1 > > BSF 5,2 > > BSF 5,4 > > BSF 5,5 > > END > .... > BTW, *please* use mnemonics (like "GPIO") for registers rather > than numbers when presenting code for other people to read. I'd usually agree that symbols are preferable... But in this case, with a tiny program that "SHOULD work", I think the raw numbers are far better, since they eliminate the possibility that the bug might be an error in the symbol definitions. -Andy === Andrew Warren -- aiw@cypress.com === Principal Design Engineer === Cypress Semiconductor Corporation === === Opinions expressed above do not === necessarily represent those of === Cypress Semiconductor Corporation -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics