added assembled fizzbuzz example

This commit is contained in:
Luxferre
2025-04-24 13:42:33 +03:00
parent a22ccbc687
commit 66c5befb9b
+4 -2
View File
@@ -248,8 +248,10 @@ 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),
* [Hellorld!](examples/hellorld.mu8a) (a tribute to @UsagiElectric)
(requires I/O port 1 support),
* [FizzBuzz classic program](examples/fizzbuzz.mu8a)
(requires I/O port 1 support),
* [Bulls and Cows game](examples/moo.mu8a),
* [Lunar Lander game](examples/lunar.mu8a).