文件名称:PICFDelayCalc
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [Windows] [程序]
- 上传时间:
- 2012-11-26
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- w***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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
.............\新建 文本文档.txt
.............\PIC延时计算器.exe
.............\新建 文本文档.txt