1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-31 18:41:30 +00:00

two more becnhmarks

This commit is contained in:
zbyti 2020-09-19 12:52:41 +02:00
parent 19d9e36fa5
commit 3234bbd3d9

View File

@ -96,6 +96,10 @@ how to create a program made of multiple files loaded on demand
* [WHILE Countdown Benchmark](a8/countdown_while_benchmark.mfk) Countdown from 1,999,999 to 0 (WHILE loop)
* [Sieve of Eratosthenes 1899 Benchmark](a8/sieve1899.mfk) Sieve of Eratosthenes, 1899 primes algorithm
* [Monte Carlo PI estimation Benchmark](a8/montecarlo_pi_benchmark.mfk) measures the efficiency of multiplication
## Game Boy examples
* [GB test example](gb/gbtest.mfk) a partial port of the NES example, with a rudimentary experimental text output implementation