资料
  • 资料
  • 专题
PIC16C63串口通信程序
推荐星级:
时间:2019-12-25
大小:23KB
阅读数:140
上传用户:978461154_qq
查看他发布的资源
下载次数
0
所需E币
5
ebi
新用户注册即送 300 E币
更多E币赚取方法,请查看
close
资料介绍
PIC16C63串口通信程序 list      p=16c63           ; list directive to define processor     #include         ; processor specific variable definitions                 __CONFIG _BODEN_OFF&_CP_OFF&_WRT_ENABLE_ON&_PWRTE_ON&_WDT_OFF&_XT_OS C&_DEBUG_OFF&_CPD_OFF&_LVP_OFF ; ‘__CONFIG‘ directive is used to embed configuration data within .asm file. ; The lables following the directive are located in the respective .inc file . ; See respective data sheet for additional information on configuration word . ;***** VARIABLE DEFINITIONS w_temp        EQU     0x20        ; variable used for context saving  status_temp   EQU     0x21        ; variable used for context saving Buffer1          EQU     0x22 Buffer2          EQU     0x23               ;**************************************************************……
版权说明:本资料由用户提供并上传,仅用于学习交流;若内容存在侵权,请进行举报,或 联系我们 删除。
相关评论 (下载后评价送E币 我要评论)
没有更多评论了
  • 可能感兴趣
  • 关注本资料的网友还下载了
  • 技术白皮书