if you really want to use ASM in PBP, and don't want to look where TRIS or else register is located...
Code:asm CHK?RP TRISA ; PBP BANK switching macro movlw d'7' movwf TRISA endasm
if you really want to use ASM in PBP, and don't want to look where TRIS or else register is located...
Code:asm CHK?RP TRISA ; PBP BANK switching macro movlw d'7' movwf TRISA endasm
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks