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 22:31, local time: 2024/11/24 16:23,
owner: JMN-EFP-786,
18.223.158.132: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? <A HREF="http://ecomorder.com/techref/microchip/math/radix/b2b-4b2d-ba.htm"> PIC Microcontroller Radix Math Method - 4bit to BCD 2</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.