Stopwatch
7thAce 21 Aug 2008 23:53
Ok, I made a really fast stopwatch program that's 103 bytes and keeps time well. Best for the TI-83+ with about 20000 bytes of RAM open. If it's not, just change the 82 (E variable) to whatever you need. If it's over 100, change the output line to this: Output(4,10,ipart(E/2
ClrHome
0→C
Output(4,4," :0 :00
While A<2
For(C,0,59
Output(4,4,C
Output(4,8,"
For(D,0,59
Output(4,7,D
For(E,0,82
Output(4,10,E
End
End
End