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

SN8P1604AK 参数 Datasheet PDF下载

SN8P1604AK图片预览
型号: SN8P1604AK
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器 [8-Bit Micro-Controller]
分类和应用: 微控制器
文件页数/大小: 94 页 / 531 K
品牌: SONIX [ SONIX TECHNOLOGY COMPANY ]
 浏览型号SN8P1604AK的Datasheet PDF文件第75页浏览型号SN8P1604AK的Datasheet PDF文件第76页浏览型号SN8P1604AK的Datasheet PDF文件第77页浏览型号SN8P1604AK的Datasheet PDF文件第78页浏览型号SN8P1604AK的Datasheet PDF文件第80页浏览型号SN8P1604AK的Datasheet PDF文件第81页浏览型号SN8P1604AK的Datasheet PDF文件第82页浏览型号SN8P1604AK的Datasheet PDF文件第83页  
SN8P1600  
8-bit micro-controller  
12 CODING ISSUE  
TEMPLATE CODE  
;*******************************************************************************  
; FILENAME : TEMPLATE.ASM  
; AUTHOR  
: SONiX  
; PURPOSE  
: Template Code for SN8X16XX  
; REVISION : 09/01/2002 V1.0  
First issue  
;*******************************************************************************  
;* (c) Copyright 2002, SONiX TECHNOLOGY CO., LTD.  
;*******************************************************************************  
CHIP  
SN8P1602  
; Select the CHIP  
;-------------------------------------------------------------------------------  
Include Files  
;-------------------------------------------------------------------------------  
;
.nolist  
; do not list the macro file  
INCLUDESTD  
INCLUDESTD  
INCLUDESTD  
MACRO1.H  
MACRO2.H  
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
;Data section start from RAM address 0  
;Temporary buffer for main loop  
;Temporary buffer for ISR  
;Accumulater buffer  
Wk00  
Iwk00  
AccBuf  
PflagBuf  
;PFLAG buffer  
;-------------------------------------------------------------------------------  
Bit Variables Definition  
;-------------------------------------------------------------------------------  
;
Wk00B0  
Iwk00B1  
EQU  
EQU  
Wk00.0  
Iwk00.1  
;Bit 0 of Wk00  
;Bit 1 of Iwk00  
SONiX TECHNOLOGY CO., LTD  
Page 79  
Revision 1.94  
 复制成功!