资料
  • 资料
  • 专题
pic乘除运算子程序
推荐星级:
时间:2019-12-25
大小:22.5KB
阅读数:158
上传用户:微风DS
查看他发布的资源
下载次数
0
所需E币
5
ebi
新用户注册即送 300 E币
更多E币赚取方法,请查看
close
资料介绍
pic乘除运算子程序 #define    STATUS    3 #define    skpb    skpnc    ;skip if borrowed #define    skpnb    skpc    ;skip if no borrow     cblock    0x10 PROD:2            ;2 bytes for production QUOT:2            ;2 bytes for quotient PAVRA            ;divider/multiplier PAVRB            ;reminder / multiplier PAVRC            ;additional byte space mcount            ;loop counter     endc     org    000h     ;movlw    0x20;     ;movwf    PAVRA     ;movlw    0x30     ;movwf    PAVRB     call    BBYTE_DIV     goto    $-1 ;==================================== ;PROD:2 = PAVRA * PAVRB ;==================================== BYTE_MUL     clrf    PROD     clrf    PROD+1     movlw    .8     movwf    mcount _mul1     rlf    PROD,f        ;left shift 16-bit with LSB=0     bcf    PROD,0     rlf    PROD+1,f     ……
版权说明:本资料由用户提供并上传,仅用于学习交流;若内容存在侵权,请进行举报,或 联系我们 删除。
相关评论 (下载后评价送E币 我要评论)
没有更多评论了
  • 可能感兴趣
  • 关注本资料的网友还下载了
  • 技术白皮书