datasheetbank_Logo
数据手册搜索引擎和 Datasheet免费下载 PDF

EM73P968 查看數據表(PDF) - ELAN Microelectronics

零件编号
产品描述 (功能)
比赛名单
EM73P968
EMC
ELAN Microelectronics EMC
EM73P968 Datasheet PDF : 53 Pages
First Prev 11 12 13 14 15 16 17 18 19 20 Next Last
EM73P968
4-BIT MICRO-CONTROLLER FOR LCD PRODUCT
Preliminary
PROGRAM EXAMPLE: Load the data of RAM address "143h" to RAM address "032h".
OUT #0001B,P9
; RAM bank1
LDL #3h
; LR3
LDH #4h
; HR4
LDAM
; AccRAM[134h]
OUT #0000B,P9
; RAM bank0
LDL #2h
; LR2
LDH #3h
; HR3
STAM
; RAM[023h]Acc
(2) Direct addressing mode:
The address in the bank is directly specified by 8 bits code of the second byte in the instruction field.
instruction field
xxxx xxxx
P9(3..0)
RAM address
xxxx xxxx
PROGRAM EXAMPLE: Load the data of RAM address "143h" to RAM address "023h".
OUT #0001B,P9
LDA 43h
; AccRAM[143h]
OUT #0001B,P9
STA 23h
; RAM[023h]Acc
(3) Zero-page addressing mode:
The zero-page is in the bank 0 (address 000h~00Fh). The address is the lower 4 bits code of the second byte
in the instruction field.
instruction field
yyyy
RAM address 00 00 0000 yyyy
PROGRAM EXAMPLE: Write immediate "0Fh" to RAM address "005h".
STD #0Fh, 05h
; RAM[05h]0Fh
* This specification are subject to be changed without notice.
8.14.2001 11

Share Link: 

datasheetbank.com [ Privacy Policy ] [ Request Datasheet ] [ Contact Us ]