PICFDelayCalc

所属分类:其他嵌入式/单片机内容
开发工具:Visual C++
文件大小:6KB
下载次数:23
上传日期:2009-01-22 17:24:35
上 传 者wugp
说明:  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)

文件列表:
PIC延时计算器\PIC延时计算器.exe (28672, 2007-10-05)
PIC延时计算器\新建 文本文档.txt (209, 2009-01-05)
PIC延时计算器 (0, 2009-01-15)

近期下载者

相关文件


收藏者