From 4db50e8e931e10951436310e7837c2bc5de66b5a Mon Sep 17 00:00:00 2001 From: Wayne Parham Date: Sun, 13 Jun 2021 11:29:30 -0500 Subject: [PATCH] Documentation update: Mention where to find sym1 sample programs --- doc/sym1.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sym1.sgml b/doc/sym1.sgml index d2e5f09fd..c32fcf2cb 100644 --- a/doc/sym1.sgml +++ b/doc/sym1.sgml @@ -94,7 +94,7 @@ To be more specific, this limitation means that you cannot use any of the follow Other hints

sym1.h

-This header exposes Sym-specific I/O functions that are useful for reading and writing its ports and front panel. See the sym1.h include file for a list of the functions available. +This header exposes Sym-specific I/O functions that are useful for reading and writing its ports and front panel. See the Limited memory applications

@@ -102,7 +102,7 @@ As stated earlier, there are config files for 4KB and 32KB systems. If you have Sample programs

-All the samples will run on the "stock" 4KB Sym-1, except for symIO and symNotepad, which require 32KB. Information on building and running the sample programs are in the targettest/sym1 directory. +All the samples will run on the "stock" 4KB Sym-1, except for symIO and symNotepad, which require 32KB. These sample programs can be found in the samples and targettest/sym1 directories: helloworld is the traditional "Hello World!" program, using printf().