Skip to content

Commit f3ca76c

Browse files
authored
Update README.md
1 parent f35239a commit f3ca76c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ ssh pi@<IP> "tar xzf ksdos-watch.tar.gz && sudo bash ksdos-watch/setup.sh
6666

6767
## ASM EXAMPLES
6868

69-
<li>You can find assembly examples in (<code>/examples</code>) folder.
69+
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>
7075

7176
</div>
7277

0 commit comments

Comments
 (0)