Changes

BASIC Benchmark

113 bytes added, 01:48, 2 November 2006
<pre>
BENCHMARK 1 (new)
-----------------
500 PRINT "STOP"
550 END
</pre>
<pre>
BENCHMARK 2
-----------
130 K=K+1
190 IF K<1000 THEN GOTO 130
</pre>
<pre>
BENCHMARK 3
-----------
140 A=K/K*K+K-K
</pre>
<pre>
BENCHMARK 4
-----------
140 A=K/2*3+4-5
</pre>
<pre>
BENCHMARK 5
-----------
150 GOSUB 600
600 RETURN
</pre>
<pre>
BENCHMARK 6
-----------
155 FOR L=1 TO 5
160 NEXT L
</pre>
<pre>
BENCHMARK 7
-----------
157 M(L)=A
<pre>
<pre>
BENCHMARK 8 (new)
-----------------
180 PRINT "STOP"
190 END
</pre>
 <pre>
BM1 BM2 BM3 BM4 BM5 BM6 BM7 BM8 Avg
--------------------------------------------------
Atari 600XL 2.2 7.2 19.1 22.8 25.8 37.6 58.3 412 73.1
TI-99/4A 2.9 8.8 22.8 24.5 26.1 61.6 84.4 382 76.6
</pre>
12,273
edits