Casio Calculators:Programs:Stopwatch
Stopwatch



(c) Copyright Henrik Stenberg 1996
Henrik Stenberg - Henrik.s@interact.se
Program: Stop Watch
Size: 164 bytes
Models: 9850 and others
Author: Henrik Stenberg
Description: Stopwatch with Start, Stop and Reset


"STOP WATCH"
125 -> T
Int (L/T*10+.5)/10_
L=0 => Goto 1
Lbl 2
"RESET?"
"1. YES"
"2. NO"? -> C
C=1 => 0 -> L
C=1 => Goto 1
C=2 => Goto 1
Goto 2
Lbl 1
"PRESS (EXE) TO"
"START, (AC) TO"
"STOP THEN (EXE)"
"AGAIN FOR RESULT"_
Lbl 0
Isz L
Goto 0