I am familiar with writing to PORTB.0 with the statement
PORTA.0(8) = X, and I know the TRIS registers work the same way.
My question is, can I access ALL the SFRs this way? For example
can I read the TOSU register with the statement
X = PORTA.0(127) ?
Bookmarks