Using the IAR, I need to develop a program to display a timer using the 7 segment displays, the counter must
be able to count up to 59 minutes and 59 seconds and must be displayed in the following format:
59:59 (using the colon). Use software delay loops to approximate one second delays.
Use the switches S2 and S3 on the development board for input. S2 must be used to start the timer
while S3 must be used stop the timer on the first press and reset the timer back to 00:00 on the
second press. Use interrupts for the switches and make sure they are de-bounced.
The timer should be counted in decimal.
I have very little experience with assembly, can someone help me please?