Timer
Download Latest Version
Source Code
Description
Timer allows you to set a timer via a very neat GUI, and counts down similarly.
Current Version: 1.0
How to Run
1) Run the Program prgmTIMER
2) Set timer using arrows.
3) Press enter to start timer.
Variables Used
| Variable | Use |
|---|---|
| A | Used to store total seconds of timer |
| B | Used to hold position on menu. |
| D | Used to store total days left. |
| H | Used to store total hours left |
| M | Used to store total minutes left. |
| S | Used to store total seconds left. |
| T | Used to store unix time. |
Updates
| Version | Short Description |
|---|---|
| 1.0 | Initial Release |
Coming Soon
- Don’t let percent% complete flicker.