English
Language : 

CC2430 Datasheet, PDF (43/212 Pages) Texas Instruments – A True System-on-Chip solution for 2.4 GHz IEEE 802.15.4 / ZigBee-TM
8051 CPU : CPU Registers
CC2430
11.3.3 Program Status Word
The Program Status Word (PSW) contains
several bits that show the current state of the
CPU. The Program Status Word is accessible
as an SFR and it is bit-addressable. PSW is
shown below and contains the Carry flag,
PSW (0xD0) – Program Status Word
Bit
Name
7
CY
Reset R/W
0
R/W
6
AC
0
R/W
5
F0
4:3 RS[1:0]
0
R/W
00
R/W
2
OV
1
F1
0
P
0
R/W
0
R/W
0
R/W
Auxiliary Carry flag for BCD operations,
Register Select bits, Overflow flag and Parity
flag. Two bits in PSW are uncommitted and can
be used as user-defined status flags.
Description
Carry flag. Set to 1 when the last arithmetic operation
resulted in a carry (during addition) or borrow (during
subtraction), otherwise cleared to 0 by all arithmetic
operations.
Auxiliary carry flag for BCD operations. Set to 1 when the
last arithmetic operation resulted in a carry into (during
addition) or borrow from (during subtraction) the high order
nibble, otherwise cleared to 0 by all arithmetic operations.
User-defined, bit-addressable
Register bank select bits. Selects which set of R7-R0
registers to use from four possible register banks in DATA
space.
00 Register Bank 0, 0x00 – 0x07
01 Register Bank 1, 0x08 – 0x0F
10 Register Bank 2, 0x10 – 0x17
11 Register Bank 3, 0x18 – 0x1F
Overflow flag, set by arithmetic operations. Set to 1 when
the last arithmetic operation resulted in a carry (addition),
borrow (subtraction), or overflow (multiply or divide).
Otherwise, the bit is cleared to 0 by all arithmetic
operations.
User-defined, bit-addressable
Parity flag, parity of accumulator set by hardware to 1 if it
contains an odd number of 1’s, otherwise it is cleared to 0
11.3.4 Accumulator
ACC is the accumulator. This is the source
and destination of most arithmetic instructions,
data transfers and other instructions. The
ACC (0xE0) – Accumulator
Bit Name
7:0 ACC[7:0]
Reset R/W
0x00 R/W
mnemonic for the accumulator (in instructions
involving the accumulator) refers to A instead
of ACC.
Description
Accumulator
11.3.5 B Register
The B register is used as the second 8-bit
argument during execution of multiply and
divide instructions. When not used for these
B (0xF0) – B Register
Bit Name
7:0 B[7:0]
Reset R/W
0x00 R/W
purposes it may be used as a scratch-pad
register to hold temporary data.
Description
B register. Used in MUL/DIV instructions.
CC2430 Data Sheet (rev. 2.1) SWRS036F
Page 43 of 211