diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 4dff14dd3..86c286909 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -754,6 +754,16 @@ communication, see also testcode/lib/ser-test.c. +

+ + + + + + + + +

@@ -1669,6 +1679,27 @@ used in presence of a prototype. +beep

+ + + +/ + +The function is specific to the Sym-1. + +, +, +, + + + + bgcolor

@@ -3363,6 +3394,30 @@ int main(void) +dumpt

+ + + +/ + +The function is specific to the Sym-1. +The return value is status. Non-zero status indicates an error. +The function is only available as fastcall function, so it may only +be used in presence of a prototype. + +, +, +, + + + + em_commit

@@ -3721,6 +3776,28 @@ switching the CPU into double clock mode. +fdisp

+ + + +/ + +The function is specific to the Sym-1. +The front-panel display buffer must be loaded prior to calling fdisp. See the DISPLAY struct definition in sym1.h. + +, +, +, + + + + feof

@@ -4961,6 +5038,30 @@ used in presence of a prototype. +loadt

+ + + +/ + +The function is specific to the Sym-1. +The return value is status. Non-zero status indicates an error. +The function is only available as fastcall function, so it may only +be used in presence of a prototype. + +, +, +, + + + + ltoa

diff --git a/doc/sym1.sgml b/doc/sym1.sgml index 60eb1c020..5961984bd 100644 --- a/doc/sym1.sgml +++ b/doc/sym1.sgml @@ -38,7 +38,7 @@ Special locations: Conio support is not currently available for the Sym-1. But stdio console functions are available. Sample programs

-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 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/sym1 directory: symHello prints "Hello World!" and then inputs characters, which are echoed on the screen. It also makes a "beep" sound.