欢迎访问ic37.com |
会员登录 免费注册
发布采购

7906 参数 Datasheet PDF下载

7906图片预览
型号: 7906
PDF下载: 下载PDF文件 查看货源
内容描述: 16位单片机 [16-BIT SINGLE-CHIP MICROCOMPUTER]
分类和应用: 计算机
文件页数/大小: 531 页 / 3056 K
品牌: RENESAS [ RENESAS TECHNOLOGY CORP ]
 浏览型号7906的Datasheet PDF文件第25页浏览型号7906的Datasheet PDF文件第26页浏览型号7906的Datasheet PDF文件第27页浏览型号7906的Datasheet PDF文件第28页浏览型号7906的Datasheet PDF文件第30页浏览型号7906的Datasheet PDF文件第31页浏览型号7906的Datasheet PDF文件第32页浏览型号7906的Datasheet PDF文件第33页  
CENTRAL PROCESSING UNIT (CPU)
2.1 Central processing unit (CPU)
2.1.9 Processor status register (PS)
PS is an 11-bit register.
Figure 2.1.6 shows the structure of PS. Refer to “7900
Series Software Manual”
for detale about the
change of each bit.
b15 b14 b13 b12 b11 b10 b9
0
0
0
0
0
IPL
b8
b7
N
b6
V
b5
m
b4
x
b3
D
b2
I
b1
Z
b0
C
Processor status register
(PS)
Note:
Be sure to fix bits 15 through 11 to “0.”
Fig. 2.1.6 Structure of PS
(1) Bit 0: Carry flag (C)
This flag retains a carry or a borrow generated in the arithmetic and logic unit (ALU) during an
arithmetic operation. This flag is also affected by shift and rotate instructions.
Be sure to use the
SEC
or
SEP
instruction to set this flag to “1”; and be sure to use the
CLC
or
CLP
instruction to clear it to “0”.
The contents of this flag is undefined at reset.
(2) Bit 1: Zero flag (Z)
This flag is set to “1” when the result of an arithmetic operation or data transfer is “0,” and cleared
to “0” when otherwise. This flag is invalid in the decimal arithmetic operation.
Be sure to use the
SEP
instruction to set this flag to “1”; and be sure to use the
CLP
instruction to
clear it to “0.”
The contents of this flag is undefined at reset.
(3) Bit 2: Interrupt disable flag (I)
This flag disables all maskable interrupts except the following: the address matching detection,
watchdog timer, and 0 division interrupts. Interrupts are disabled when this flag is “1.” When an
interrupt request has been accepted, this flag is automatically set to “1,” and multiple interrupts
become disabled. Be sure to use the
SEI
or
SEP
instruction to set this flag to “1”; and be sure to
use the
CLI
or
CLP
instruction to clear this flag to “0.”
This flag is set to “1” at reset.
(4) Bit 3: Decimal mode flag (D)
This flag determines whether addition and subtraction are performed in binary or decimal. Binary
arithmetic operation is performed when this flag is “0.” When it is “1,” decimal arithmetic operation
is performed with each 8 bits treated as 2-digit decimal (at m = 1) or each 16 bits treated as 4-digit
decimal (at m = 0). Decimal adjust is automatically performed. Decimal operation is possible only
with the
ADC, ADCB, SBC
and
SBCB
instructions. Be sure to use the
SEP
instruction to set this
flag to “1”; and be sure to use the
CLP
instruction to clear it to “0.”
This flag is cleared to “0” at reset.
(5) Bit 4: Index register length flag (x)
This flag determines whether each of index register X and index register Y is used as a 16-bit
register or an 8-bit register. That register is used as a 16-bit register when this flag is “0,” and as
an 8-bit register when it is “1”
(Note).
Be sure to use the
SEP
instruction to set this flag to “1”; and
be sure to use the
CLP
instruction to clear it to “0.”
This flag is cleared to “0” at reset.
2-8
7906 Group User’s Manual Rev.2.0