52
ABOV Semiconductor Co., Ltd.
8.4 SFR Map
8.4.1 SFR Map Summary
Table 8.1 SFR Map Summary
NOTE)
1. 00H/8H, 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 chapter 17.2 Instructions on how to use the input port.
Example) Avoid direct input port bit test and branch condition as below
if(P00) → if(P0 & 0x01)