Hi all
My code is

adcin 0, B0

The value of B0 is 1021

if i send to lcd code is

LCDOUT $FE,1
LCDOUT "VALUE ",DEC B0

But how can B0 value (1021) send to 4, comn. anod 7 seg. display ?
becoz with lookup table we send first 1 and second 2 third 0 and forth 1

but value is combined how we extract this in four variable, eg B0, B1, B2, B3

Please HELP