
only some kind of dim light shows up on each panel. The output is supposed to be 81 (on the seven-segment display) none of the number appears. Notes: rdig = right panel, ldig = left panel, disp1 represent 1, and so on. I was trying with the code listed below and it does not work. I want to make two different digits displayed on 2 seven-segment LED displays using assembly. SETF PORTB set port B to off all segments Instruction words for TRISB, TRISD, PORTB and PORTD when the code is first executed CLRF TRISB port B as outputĬLRF PORTD clear port D not to select any digit Datasheet related to the 7segs that I am using can be obtained right hereĮdit(): code below is the instruction word for PORTD ldig SET b'00001000' for rght digit
