We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35239a commit f3ca76cCopy full SHA for f3ca76c
1 file changed
README.md
@@ -66,7 +66,12 @@ ssh pi@<IP> "tar xzf ksdos-watch.tar.gz && sudo bash ksdos-watch/setup.sh
66
67
## ASM EXAMPLES
68
69
-<li>You can find assembly examples in (<code>/examples</code>) folder.
+Assembly language examples are available in the /examples directory.
70
+
71
+# The directory includes examples such as basic output:
72
+<li>(HelloWorld.asm, PrintCharacters.asm) - character handling;</li>
73
+<li>(ClearScreen.asm, BackgroundColor.asm, TextFontColor.asm) - display controlling;</li>
74
+<li>(CheckRAM.asm) - simple interaction with memory.</li>
75
76
</div>
77
0 commit comments