Step
up to the plate.
Problem 1What
is the function of switch S1?

ANSWER

Problem 2What
is wrong with following display driver algorithm?
Assume cathode driver port is left justified
and shift operation fills with zero. Assume stated cathode addressing
is correct.
Set both output ports to zero.
LoopStart: Output digit 1 decoded value to anode port.
Output decimal 8 to cathode port.
Output digit 2 decoded value to anode port.
Shift cathode port right.
Output digit 3 decoded value to anode port.
Shift cathode port right.
Output digit 4 decoded value to anode port.
Shift cathode port right.
Jump to LoopStart.
ANSWER 
8--99
|