Stylistic changes
This commit is contained in:
parent
11d81b1f43
commit
f98e5f4feb
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ All the samples will run on the "stock" 4KB Sym-1, except for symIO an
|
||||||
|
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>symHello prints "Hello World!" and then inputs characters, which are echoed on the screen. It also makes a "beep" sound.</item>
|
<item>symHello prints "Hello World!" and then inputs characters, which are echoed on the screen. It also makes a "beep" sound.</item>
|
||||||
<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>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>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>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>
|
<item>symNotepad is a simple text entry/retrieval program that uses tape storage.</item>
|
||||||
|
|
Loading…
Add table
Reference in a new issue