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
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.
Ok so the code you are after is in the second link in the google search results rather than the first one at http://www.piclist.com/techref/microchip/math/radix/index.htm/
surely that is not hard to find, I found it in 10 seconds flat and I don't even need the code.