mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Stylistic changes
This commit is contained in:
parent
11d81b1f43
commit
f98e5f4feb
@ -106,7 +106,7 @@ All the samples will run on the "stock" 4KB Sym-1, except for symIO an
|
||||
|
||||
<itemize>
|
||||
<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>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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user