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

EM73962A 参数 Datasheet PDF下载

EM73962A图片预览
型号: EM73962A
PDF下载: 下载PDF文件 查看货源
内容描述: 4位微控制器 [4-BIT MICROCONTROLLER]
分类和应用: 微控制器
文件页数/大小: 35 页 / 322 K
品牌: ELAN [ ELAN MICROELECTRONICS CORP ]
 浏览型号EM73962A的Datasheet PDF文件第1页浏览型号EM73962A的Datasheet PDF文件第2页浏览型号EM73962A的Datasheet PDF文件第3页浏览型号EM73962A的Datasheet PDF文件第4页浏览型号EM73962A的Datasheet PDF文件第6页浏览型号EM73962A的Datasheet PDF文件第7页浏览型号EM73962A的Datasheet PDF文件第8页浏览型号EM73962A的Datasheet PDF文件第9页  
EM73962A  
4-BIT MICROCONTROLLER  
B
:
XA2  
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
BANK 2  
XB1 :  
:
:
B
:
XB  
XB2 :  
:
B
:
XB2  
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
BANK 3  
XC1 :  
:
:
B
:
XC  
XC2 :  
:
B
XC2  
Fixed data can be read out by table-look-up instruction. Table-look-up instruction is depended on the Data  
Pointer (DP) to ROM address, then to get the ROM code data :  
LDAX  
Acc ROM[DP]L  
LDAXI  
Acc ROM[DP]H,DP+1  
DP is a 12-bit data register which can store the program ROM address to be the pointer for the ROM code data.  
First, user load ROM address into DP by instruction "STADPL, STADPM, STADPH", then user can get the  
lower nibble of ROM code data by instruction "LDAX" and higher nibble by instruction "LDAXI"  
PROGRAM EXAMPLE: Read out the ROM code of address 1777h by table-look-up instruction.  
LDIA #07h;  
STADPL ; [DP]L 07h  
STADPM ; [DP]M 07h  
STADPH  
:
; [DP]H 07h, Load DP=777h  
LDL #00h;  
LDH #03h;  
LDAX  
; ACC 6h  
STAMI  
LDAXI  
STAM  
; RAM[30] 6h  
; ACC 5h  
; RAM[31] 5h  
;
ORG 1777h  
DATA 56h;  
DATA RAM ( 372-nibble )  
There is total 372 - nibble data RAM from address 000 to 17Fh  
Data RAM includes 3 parts: zero page region, stacks and data area.  
* This specification are subject to be changed without notice.  
10.8.2001  
5