文件名称:PICFDelayCalc
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:6.3kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
pic延时子程序,同过.EXE文件取出的值替换下面的代码,就能很好的实现延时。
1层循环例程:
movlw 0x00 取值
movwf n0
incfsz n0
goto $-1
return
2层循环例程:
movlw 0x11 外层
movwf n1
movlw 0x00 里层
movwf n0
incfsz n0
goto $-1
incfsz n1
goto $-5
return-Delay Subroutine pic with the cross. EXE file out of the value of the replacement of the following code, we can achieve very good latency. 1 layer cycle routine: movlw 0x00 value movwf n0 incfsz n0 goto $-1 return 2 layer cycle routine: movlw 0x11 outer movwf n1 movlw 0x00 inner layer movwf n0 incfsz n0 goto $-1 incfsz n1
1层循环例程:
movlw 0x00 取值
movwf n0
incfsz n0
goto $-1
return
2层循环例程:
movlw 0x11 外层
movwf n1
movlw 0x00 里层
movwf n0
incfsz n0
goto $-1
incfsz n1
goto $-5
return-Delay Subroutine pic with the cross. EXE file out of the value of the replacement of the following code, we can achieve very good latency. 1 layer cycle routine: movlw 0x00 value movwf n0 incfsz n0 goto $-1 return 2 layer cycle routine: movlw 0x11 outer movwf n1 movlw 0x00 inner layer movwf n0 incfsz n0 goto $-1 incfsz n1
相关搜索: pic
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PIC延时计算器/PIC延时计算器.exe
PIC延时计算器/新建 文本文档.txt
PIC延时计算器
PIC延时计算器/新建 文本文档.txt
PIC延时计算器
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.