Re: [avr-gcc-list] Digital clock assembler programming problem

2005-09-06 Thread Sivakumar Ganesan
Thank you guys. It works now. On 9/5/05, Alan Kilian [EMAIL PROTECTED] wrote: I can increment the second'ssecond variable up to 9. But, how can i display numbers greater than 9, i.e, 10, 11,... by changing both second's first and second's second varaible at the same time? Can't you increment

[avr-gcc-list] Digital clock assembler programming problem

2005-09-05 Thread Sivakumar Ganesan
Hi everyone,I am a newbie to AVR microcontroller programming.I was quite successful in building some small applications like blinking a LED, interfacing a 16*2 LCD and interfacing a 4*3 keypad.Right now, I am trying to develop a digital clock display usingATmega8 and 16 * 2.Here is my

RE: [avr-gcc-list] Digital clock assembler programming problem

2005-09-05 Thread Nigel Winterbottom
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] .org]On Behalf Of Sivakumar Ganesan Sent: 05 September 2005 13:33 To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list] Digital clock assembler programming problem Hi everyone, I am a newbie to AVR microcontroller

RE: [avr-gcc-list] Digital clock assembler programming problem

2005-09-05 Thread Alan Kilian
I can increment the second's second variable up to 9. But, how can i display numbers greater than 9, i.e, 10, 11,... by changing both second's first and second's second varaible at the same time? Can't you increment the seconds from 9 to 10? If not, can you detect when the