参数资料
型号: AT89EB5114-TGSIL
厂商: ATMEL CORP
元件分类: 微控制器/微处理器
英文描述: Low-pin-count 8-bit microcontroller with A/D converter
中文描述: 8-BIT, FLASH, 40 MHz, MICROCONTROLLER, PDSO20
封装: SO-20
文件页数: 39/95页
文件大小: 1126K
代理商: AT89EB5114-TGSIL
39
4311A–8051–01/05
Application
Software can take advantage of the additional data pointers to both increase speed and
reduce code size, for example, block operations (copy, compare, search...) are well
served by using one data pointer as a ’source’ pointer and the other one as a ‘destina-
tion’ pointer.
ASSEMBLY LANGUAGE
; Block move using dual data pointers
; Destroys DPTR0, DPTR1, A and PSW
; note: DPS exits opposite of entry state
; unless an extra INC AUXR1 is added
;
00A2
AUXR1 EQU 0A2H
;
0000 909000MOV DPTR,#SOURCE ; address of SOURCE
0003 05A2 INC AUXR1 ; switch data pointers
0005 90A000 MOV DPTR,#DEST ; address of DEST
0008 LOOP:
0008 05A2 INC AUXR1 ; switch data pointers
000A E0 MOVX A,@DPTR ; get a byte from SOURCE
000B A3 INC DPTR ; increment SOURCE address
000C 05A2 INC AUXR1 ; switch data pointers
000E F0 MOVX @DPTR,A ; write the byte to DEST
000F A3 INC DPTR ; increment DEST address
0010 70F6JNZ LOOP ; check for 0 terminator
0012 05A2 INC AUXR1 ; (optional) restore DPS
INC is a short (2 bytes) and fast (12 clocks) way to manipulate the DPS bit in the AUXR1
SFR. However, note that the INC instruction does not directly force the DPS bit to a par-
ticular state, but simply toggles it. In simple routines, such as the block move example,
only the fact that DPS is toggled in the proper sequence matters, not its actual value. In
other words, the block move routine works the same whether DPS is '0' or '1' on entry.
Observe that without the last instruction (INC AUXR1), the routine will exit with DPS in
the opposite state.
相关PDF资料
PDF描述
AT83EB5114 Low-pin-count 8-bit microcontroller with A/D converter
AT83R22OK CardMan Smart Key
AT83R22OK_06 CardMan Smart Key
AT83R22OKXXX-RDRUM CardMan Smart Key
AT83R22OKXXX-RDTUM CardMan Smart Key
相关代理商/技术参数
参数描述
AT89EB5114-TGSUL 功能描述:8位微控制器 -MCU A/D 4K Flash 256EE RC 4PWM SO20 RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
AT89EMK-01 功能描述:EMULATOR FOR MP3 SND1 MCU RoHS:否 类别:编程器,开发系统 >> 内电路编程器、仿真器以及调试器 系列:Keil 产品变化通告:Development Systems Discontinuation 19/Jul/2010 标准包装:1 系列:* 类型:* 适用于相关产品:* 所含物品:*
AT89EVK-01 功能描述:开发板和工具包 - 8051 AT83C24 Kit for TDA8004/8024 rplcmnt RoHS:否 制造商:Silicon Labs 产品:Development Kits 工具用于评估:C8051F960, Si7005 核心: 接口类型:USB 工作电源电压:
AT89ISP 功能描述:电缆组件 ISP CABLE FOR 89S SERIES - ISP CABLE RoHS:否 制造商:Molex 产品:Power Assemblies 类型:Cable Assembly 连接器端口 A:No Connector 连接器端口 A 管脚计数:4 连接器端口 B:No Connector 连接器端口 B 管脚计数: 型式:Male 线规 - 美国线规(AWG):20, 28 长度:0.305 m 颜色:Black, Red
AT89LP2052-16PI 功能描述:8位微控制器 -MCU Microcontroller RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT