Lab7: Timer Mod/Polling

If one desired to write code which updated a value displayed on the Monitor every 2 seconds, one could poll the TOF flag, updating a counter every time it occurred. When the counter reached 6110, the program would know two seconds had elapsed and it could reset the counter and update the Monitor screen. (In decimal, 61 X 32.8 mS = 2.00 seconds). ................
................