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

SN8A1703AS 参数 Datasheet PDF下载

SN8A1703AS图片预览
型号: SN8A1703AS
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-Bit Micro-Controller]
分类和应用: 微控制器
文件页数/大小: 112 页 / 624 K
品牌: SONIX [ SONIX TECHNOLOGY COMPANY ]
 浏览型号SN8A1703AS的Datasheet PDF文件第96页浏览型号SN8A1703AS的Datasheet PDF文件第97页浏览型号SN8A1703AS的Datasheet PDF文件第98页浏览型号SN8A1703AS的Datasheet PDF文件第99页浏览型号SN8A1703AS的Datasheet PDF文件第101页浏览型号SN8A1703AS的Datasheet PDF文件第102页浏览型号SN8A1703AS的Datasheet PDF文件第103页浏览型号SN8A1703AS的Datasheet PDF文件第104页  
Preliminary  
SN8P1702A/SN8P1703A  
8-bit micro-controller build-in 12-bit ADC  
12CODING ISSUE  
TEMPLATE CODE  
;*******************************************************************************  
; FILENAME : TEMPLATE.ASM  
; AUTHOR  
: SONiX  
; PURPOSE  
: Template Code for SN8X17XX  
; REVISION : 09/01/2002 V1.0  
First issue  
;*******************************************************************************  
;* (c) Copyright 2002, SONiX TECHNOLOGY CO., LTD.  
;*******************************************************************************  
CHIP  
SN8P1703A  
; Select the CHIP  
;-------------------------------------------------------------------------------  
Include Files  
;-------------------------------------------------------------------------------  
;
.nolist  
; do not list the macro file  
INCLUDESTD MACRO1.H  
INCLUDESTD MACRO2.H  
INCLUDESTD MACRO3.H  
.list  
; Enable the listing function  
;-------------------------------------------------------------------------------  
Constants Definition  
;-------------------------------------------------------------------------------  
ONE EQU  
;
;
1
;-------------------------------------------------------------------------------  
Variables Definition  
;
;-------------------------------------------------------------------------------  
.DATA  
org  
DS  
DS  
DS  
DS  
0h  
1
1
1
1
;Bank 0 data section start from RAM address 0x000  
;Temporary buffer for main loop  
;Temporary buffer for ISR  
;Accumulator buffer  
Wk00B0  
Iwk00B0  
AccBuf  
PflagBuf  
;PFLAG buffer  
org  
DS  
100h  
20  
;Bank 1 data section start from RAM address 0x100  
;Temporary buffer in bank 1  
BufB1  
;-------------------------------------------------------------------------------  
Bit Flag Definition  
;-------------------------------------------------------------------------------  
;
Wk00B0_0  
Iwk00B0_1  
EQU  
EQU  
Wk00B0.0  
Iwk00B0.1  
;Bit 0 of Wk00B0  
;Bit 1 of Iwk00  
SONiX TECHNOLOGY CO., LTD  
Page 100  
Revision 0.5  
 复制成功!