added a 3-instruction 10-character echo test to examples

This commit is contained in:
Luxferre
2025-04-27 19:09:03 +03:00
parent 4df14f49f5
commit 9eaffc7202
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -252,6 +252,8 @@ namely:
(requires I/O port 1 support),
* [FizzBuzz classic program](examples/fizzbuzz.mu8a)
(requires I/O port 1 support),
* [A simple 10-character echo test](examples/echo.mu8a) (requires both I/O
port 1 and port 2 support),
* [Bulls and Cows game](examples/moo.mu8a),
* [Lunar Lander game](examples/lunar.mu8a).