文件名称:Experimento3
-
所属分类:
- 标签属性:
- 上传时间:2013-11-25
-
文件大小:546byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
List p=16f84
include "p16f84.inc"
Status equ 0x03
TrisA equ 0x85
TrisB equ 0x86
Porta equ 0x05
PortB equ 0x06
Start ORG 0x00
BSF 03,5 Go to page1 for setting-up the ports
MOVLW 00h Put 00 into W
MOVWF 05h Make all RA lines output
MOVWF 06h Make all RB lines output
BCF 03,5 Go to Page0 for programming
Flash MOVLW 0FFh Put 02 into W to
MOVWF 06h Reset the 4017
CALL DelA
MOVLW 00h
MOVWF 06h
CALL DelA
GOTO Flash
DelA DECFSZ 1Ah,1
GOTO DelA
DECFSZ 1Bh,1
GOTO DelA
RETURN
END-List p=16f84
include "p16f84.inc"
Status equ 0x03
TrisA equ 0x85
TrisB equ 0x86
Porta equ 0x05
PortB equ 0x06
Start ORG 0x00
BSF 03,5 Go to page1 for setting-up the ports
MOVLW 00h Put 00 into W
MOVWF 05h Make all RA lines output
MOVWF 06h Make all RB lines output
BCF 03,5 Go to Page0 for programming
Flash MOVLW 0FFh Put 02 into W to
MOVWF 06h Reset the 4017
CALL DelA
MOVLW 00h
MOVWF 06h
CALL DelA
GOTO Flash
DelA DECFSZ 1Ah,1
GOTO DelA
DECFSZ 1Bh,1
GOTO DelA
RETURN
END
include "p16f84.inc"
Status equ 0x03
TrisA equ 0x85
TrisB equ 0x86
Porta equ 0x05
PortB equ 0x06
Start ORG 0x00
BSF 03,5 Go to page1 for setting-up the ports
MOVLW 00h Put 00 into W
MOVWF 05h Make all RA lines output
MOVWF 06h Make all RB lines output
BCF 03,5 Go to Page0 for programming
Flash MOVLW 0FFh Put 02 into W to
MOVWF 06h Reset the 4017
CALL DelA
MOVLW 00h
MOVWF 06h
CALL DelA
GOTO Flash
DelA DECFSZ 1Ah,1
GOTO DelA
DECFSZ 1Bh,1
GOTO DelA
RETURN
END-List p=16f84
include "p16f84.inc"
Status equ 0x03
TrisA equ 0x85
TrisB equ 0x86
Porta equ 0x05
PortB equ 0x06
Start ORG 0x00
BSF 03,5 Go to page1 for setting-up the ports
MOVLW 00h Put 00 into W
MOVWF 05h Make all RA lines output
MOVWF 06h Make all RB lines output
BCF 03,5 Go to Page0 for programming
Flash MOVLW 0FFh Put 02 into W to
MOVWF 06h Reset the 4017
CALL DelA
MOVLW 00h
MOVWF 06h
CALL DelA
GOTO Flash
DelA DECFSZ 1Ah,1
GOTO DelA
DECFSZ 1Bh,1
GOTO DelA
RETURN
END
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Experimento3.asm
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.