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

W77C032A40DL 参数 Datasheet PDF下载

W77C032A40DL图片预览
型号: W77C032A40DL
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-BIT MICROCONTROLLER]
分类和应用: 微控制器
文件页数/大小: 78 页 / 547 K
品牌: WINBOND [ WINBOND ]
 浏览型号W77C032A40DL的Datasheet PDF文件第23页浏览型号W77C032A40DL的Datasheet PDF文件第24页浏览型号W77C032A40DL的Datasheet PDF文件第25页浏览型号W77C032A40DL的Datasheet PDF文件第26页浏览型号W77C032A40DL的Datasheet PDF文件第28页浏览型号W77C032A40DL的Datasheet PDF文件第29页浏览型号W77C032A40DL的Datasheet PDF文件第30页浏览型号W77C032A40DL的Datasheet PDF文件第31页  
W77C32/W77C032A
8. INSTRUCTION
The W77C032 executes all the instructions of the standard 8032 family. The operation of these
instructions, their effect on the flag bits and the status bits is exactly the same. However, timing of
these instructions is different. The reason for this is two fold. Firstly, in the W77C032, each machine
cycle consists of 4 clock periods, while in the standard 8032 it consists of 12 clock periods. Also, in the
W77C032 there is only one fetch per machine cycle i.e. 4 clocks per fetch, while in the standard 8032
there can be two fetches per machine cycle, which works out to 6 clocks per fetch.
The advantage the W77C032 has is that since there is only one fetch per machine cycle, the number
of machine cycles in most cases is equal to the number of operands that the instruction has. In case
of jumps and calls there will be an additional cycle that will be needed to calculate the new address.
But overall the W77C032 reduces the number of dummy fetches and wasted cycles, thereby
improving efficiency as compared to the standard 8032.
Table 2. Instructions that affect Flag settings
INSTRUCTION
ADD
ADDC
SUBB
MUL
DIV
DA A
RRC A
RLC A
SETB C
CARR
Y
X
X
X
0
0
X
X
X
1
OVERFLOW
X
X
X
X
X
AUXILIARY
CARRY
X
X
X
INSTRUCTION
CLR C
CPL C
ANL C, bit
ANL C, bit
ORL C, bit
ORL C, bit
MOV C, bit
CJNE
CARRY
0
X
X
X
X
X
X
X
OVERFLOW
AUXILIARY
CARRY
A “X” indicates that the modification is as per the result of instruction.
Table 3. Instruction Timing for W77C032
INSTRUCTION
NOP
ADD A, R0
ADD A, R1
ADD A, R2
ADD A, R3
ADD A, R4
ADD A, R5
ADDC A, R1
ADDC A, R2
ADDC A, R3
ADDC A, R4
ADDC A, R5
ADDC A, R6
HEX OP-
CODE
00
28
29
2A
2B
2C
2D
39
3A
3B
3C
3D
3E
BYTES
1
1
1
1
1
1
1
1
1
1
1
1
1
W77C032
MACHINE
CYCLES
1
1
1
1
1
1
1
1
1
1
1
1
1
W77C032
CLOCK
CYCLES
4
4
4
4
4
4
4
4
4
4
4
4
4
8032
CLOCK
CYCLES
12
12
12
12
12
12
12
12
12
12
12
12
12
W77C032 VS.
8032 SPEED
RATIO
3
3
3
3
3
3
3
3
3
3
3
3
3
- 27 -
Publication Release Date: February 1, 2007
Revision A8