added fizzbuzz example

This commit is contained in:
Luxferre
2025-04-24 13:35:22 +03:00
parent 3a2608c7a0
commit 1d7ec2e0ca
2 changed files with 38 additions and 1 deletions
+3 -1
View File
@@ -243,11 +243,13 @@ representation:
Examples
--------
The [examples](examples/) subdirectory contains several MU8A source code file
examples for mu808 which are ports of the same 808UL example programs, namely:
examples for mu808 (some of which are ports of the same 808UL example programs),
namely:
* [Compound interest calculator](examples/compound.mu8a),
* [Linear regression calculator](examples/linreg.mu8a),
* [Hellorld!](examples/hellorld.mu8a) (a tribute to @UsagiElectric),
* [FizzBuzz classic program](examples/fizzbuzz.mu8a),
* [Bulls and Cows game](examples/moo.mu8a),
* [Lunar Lander game](examples/lunar.mu8a).