1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-25 19:17:54 +00:00

A8 my last examples

This commit is contained in:
zbyti
2020-09-25 03:08:33 +02:00
parent 9f1309c119
commit dc2def7e72
3 changed files with 115 additions and 0 deletions
+4
View File
@@ -92,6 +92,8 @@ how to create a program made of multiple files loaded on demand
* [Grand Ttheft Antic](a8/grand_theft_antic.mfk) ANTIC impact on CPU depending on the used graphic mode
* [Quatari Landscape](a8/landscape.mfk) part of Quatari 256B intro
* [System Off example](a8/systemoff_example.mfk) programming with ROM off
* [GR.8 Chessboard Benchmark](a8/gr8_chessboard_benchmark.mfk) chessboard drawing benchmark in GR.8
@@ -104,6 +106,8 @@ how to create a program made of multiple files loaded on demand
* [Monte Carlo PI estimation Benchmark](a8/montecarlo_pi_benchmark.mfk) measures the efficiency of multiplication
* [Bubble Sort Benchmark](a8/bubble_sort.mfk) sort 255 elements
## Game Boy examples
* [GB test example](gb/gbtest.mfk) a partial port of the NES example, with a rudimentary experimental text output implementation