Josh Koffman wrote: > Hi all. I'm thinking of a project where I'll have a 9 bit > binary number, and I'll want to display it on a 3 digit > 7 segment display. To do this I'll need to extract the > hundreds, tens, and ones digits from the number... Not necessarily, it depends on what you have in excess - computational power or memory cells. 2K Byte memory will give you 512 * (4*Byte) lookup table. In case of 8-bit number as you posted later, you are okay with just 1K Byte lookup table if I understand your post correctly. Regards. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist