Binary to decimal can’t be that hard, right?
Ben Eater · 42:26
A computer cannot “add place values” the way a human converts binary to decimal, because it only stores bits and (on this 6502) can add, subtract, and shift. Ben Eater shows how to extract decimal digits anyway: repea...