Binary to Decimal conversion

Thread Starter

zeeba

Joined Sep 26, 2010
22
Hi

I want an assembly code for pic16f876a to convert from 16 bit binary number to 5 digit decimal and display it on LCD
can any one help me ?? Binary to Decimal conversion

 

AlexR

Joined Jan 16, 2008
732
A google of "PIC binary to decimal" brings up 112,000 results. I'm sure a fair proportion of those will have what you want, in fact the very first one gives PIC assembler code for doing the conversion.

If there is something you don't understand or want explained then this is the site to ask your question but for straight out code examples you are much better of going to Google and doing a WEB search.
 

Thread Starter

zeeba

Joined Sep 26, 2010
22
I did search but I didn't find what I whant I mean 16bit binary to 5 digit decimal
what I found was converting to asci can that help me some how??
 

Thread Starter

zeeba

Joined Sep 26, 2010
22
thanx 4 tring 2 help me but I so this before

I need to convert 16 bit binary to 5 digit decimal and I need the code for pic16f876a
 
Top