CHAPTER 3 REGISTERS

This flag is 1 when a two’s complement overflow occurs and is 0 when one does not as the result of an operation.

C flag

This flag is 1 when a carry or a borrow, from bit 7 in byte mode and from bit 15 in word mode, is generated as the result of an operation but 0 in other cases. The shifted-out value is provided by the shift instruction.

Access to Register Bank Pointer and Direct Bank Pointer

The upper byte of program status (PS), i.e. register bank pointer (RP) and direct bank pointer (DP), is mapped to address 0078H. So it is possible to make read and write accesses to them by an access to address 0078H, besides using instructions that have access to PS (MOVW A, PS or MOVW PS, A).

25

Page 37
Image 37
Fujitsu F2MC-8FX manual Access to Register Bank Pointer and Direct Bank Pointer