please dont rip this site

PIC Microcontoller Radix Math Method

4bit to BCD 2 digits

from Bob Ammerman

WARNING: Untested code

Input:

W is a binary number in the range 0..29

Output:

W is a BCD number in the range 0x00..0x29

; W is 0..29

    addlw    .256-.20        ; C will be set if number was >= 20
    skpnc
    addlw    .6                   ; ...adjust for 20..29
    addlw    -(.256-.20)    ; Back to original value

    addlw    .256-.10       ; C will be set if number was >= 10
    skpnc
    addlw    .6                  ; ...adjust for 10..29
    addlw    -(.256-.10)   ; Back to original value


file: /Techref/microchip/math/radix/b2b-4b2d-ba.htm, 1KB, , updated: 2007/8/15 23:31, local time: 2024/3/28 05:35, owner: JMN-EFP-786,
TOP NEW HELP FIND: 
18.212.102.174:LOG IN

 ©2024 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?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/Techref/microchip/math/radix/b2b-4b2d-ba.htm"> PIC Microcontroller Radix Math Method - 4bit to BCD 2</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .