The TDP program is a time display program that prints a clock to the serial port. This program has the following features: * Uses a timer tick interrupt (in TIMER.C) * Uses interrupt driven serial I/O (in SERIAL.C) * Uses a command parser (in CMDPROC.C)
fred1144