文件名称:PIEZO
介绍说明--下载内容来自于网络,使用问题请自行百度
16C54睡眠例程
WRITTEN BY NIGEL GARDNER
COPYRIGHT BLUEBIRD ELECTRONICS - 01 380 725110
DATE 3/7/95
ITERATION 1.0
FILE SAVED AS PIEZO.ASM
FOR PIC16C5x
CLOCK any
portb equ 6
#define RC portb,0 rc time constant for testing first time
power up
org 00
****** initialize ******
init clrf portb
movlw 0fh portb lower 4 bits as inputs
tris portb
btfss RC test for first pass
sleep yes first time
main program continues here on after
a wakeup from sleep as opposed
to the first time through.
***** reset vector ******
org 1ffh for 16c54/55
goto init start programme here !
end
- WRITTEN BY NIGEL GARDNER
COPYRIGHT BLUEBIRD ELECTRONICS- 01 380 725110
DATE 3/7/95
ITERATION 1.0
FILE SAVED AS PIEZO.ASM
FOR PIC16C5x
CLOCK any
portb equ 6
#define RC portb,0 rc time constant for testing first time
power up
org 00
****** initialize******
init clrf portb
movlw 0fh portb lower 4 bits as inputs
tris portb
btfss RC test for first pass
sleep yes first time
main program continues here on after
a wakeup from sleep as opposed
to the first time through.
***** reset vector ******
org 1ffh for 16c54/55
goto init start programme here !
end
WRITTEN BY NIGEL GARDNER
COPYRIGHT BLUEBIRD ELECTRONICS - 01 380 725110
DATE 3/7/95
ITERATION 1.0
FILE SAVED AS PIEZO.ASM
FOR PIC16C5x
CLOCK any
portb equ 6
#define RC portb,0 rc time constant for testing first time
power up
org 00
****** initialize ******
init clrf portb
movlw 0fh portb lower 4 bits as inputs
tris portb
btfss RC test for first pass
sleep yes first time
main program continues here on after
a wakeup from sleep as opposed
to the first time through.
***** reset vector ******
org 1ffh for 16c54/55
goto init start programme here !
end
- WRITTEN BY NIGEL GARDNER
COPYRIGHT BLUEBIRD ELECTRONICS- 01 380 725110
DATE 3/7/95
ITERATION 1.0
FILE SAVED AS PIEZO.ASM
FOR PIC16C5x
CLOCK any
portb equ 6
#define RC portb,0 rc time constant for testing first time
power up
org 00
****** initialize******
init clrf portb
movlw 0fh portb lower 4 bits as inputs
tris portb
btfss RC test for first pass
sleep yes first time
main program continues here on after
a wakeup from sleep as opposed
to the first time through.
***** reset vector ******
org 1ffh for 16c54/55
goto init start programme here !
end
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PIEZO.ASM
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.