I skipped some of the code for brevity's sake; here is my PORT SFRs:
Code:; --- *** PORT Related SFRs *** ---------------------------------------------------------------------------------------- TRISA = %01000000 TRISB = 0 TRISC = %11000000 ANSELA = 0 ANSELB = 0 ANSELC = 0
Bookmarks