MC96F6432
June 22, 2018 Ver. 2.9 63
8.4 SFR Map
8.4.1 SFR Map Summary
Table 8-1 SFR Map Summary
NOTE) 1. 00H/8H(1), These registers are bit-addressable.
2. Do not use the “direct bit test and branch” instruction on P0, P1, P2, P3, P4, P5 and EIFLAG0
registers.
More detail information is at Appendix B.
Example) Avoid direct input port bit test and branch condition as below
If(P00) → if(P0 & 0x01)