??? 01/12/06 17:53 Read: times |
#107178 - have you tried to separate the elements? Responding to: ???'s previous message |
have you tried to separate the elements?
suggestion: change MOV A, #03Ch ;Set accumulator to 60 decimal MOV B, TL0 ;Store the low byte of timer 0 in the B register to MOV A, #03Ch ;Set accumulator to 60 decimal MOV B, #various values for testthat will allow you to debug the BCD and LCD routines separately. a small "glitch" the settong of TCOUNT may be erratic set it before the main loop and set it when alarm is set in the timer int. Erik |