Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 333 Bytes

File metadata and controls

14 lines (11 loc) · 333 Bytes

Lab: Countdown Timer

  • Author: Taylor Lloyd
  • Date: June 1, 2012

Required Knowledge

  • interrupts
  • kernel-mode code
  • ascii keycodes
  • integer multiplication/division
  • memory-mapped IO

Summary

A countdown timer reads in a specified number of seconds and counts down that time in mm:ss format, before quitting on 00:00.