symNotepad.c

This commit is contained in:
Wayne Parham
2021-05-12 01:08:13 +01:00
parent a2def19de5
commit f09ffb2a45
3 changed files with 397 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ All the samples will run on the "stock" 4k Sym-1, except for symio.c,
<item>symTiny does the same as symhello, but does it with puts() rather than printf() to show the difference in compiled binary size.</item>
<item>symDisplay allows entry of a message, which is then displayed by scrolling it across the front panel display.</item>
<item>symIO allows access to the Sym-1 digital I/O ports.</item>
<item>symNotepad is a simple text entry/retrieval program that uses tape storage.</item>
</itemize>
<sect>License<p>