 
From: Regulus Berdin
        movf    twofour0,w
        addwf   prod0,f
        movf    twofour1,w
        btfsc   STATUS,c
         incfsz twofour1,w
          addwf prod1,f
        movf    twofour2,w
        btfsc   STATUS,c
         incfsz twofour2,w
          addwf prod2,f
        movf    twofour3,w
        btfsc   STATUS,c
         incfsz twofour3,w
          addwf prod3,f
Comments:
                      twofour1 w   c z
                      255      ?   1 ?
movf    twofour1,w   ;255      255 1 0
btfsc   STATUS,c     ;do not skip
 incfsz twofour1,w   ;0        255 1 1
  addwf prod1,f      ;skipped > prod1 no changed
    
| file: /Techref/microchip/math/add/32brb.htm, 1KB, , updated: 2011/4/14 01:33, local time: 2025/10/30 20:38, 
 
216.73.216.139,10-3-157-36:LOG IN | 
| ©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/microchip/math/add/32brb.htm"> PIC Microcontoller Math Method </A> | 
| Did you find what you needed? | 
| Welcome to ecomorder.com! | 
| Welcome to ecomorder.com! | 
.