From 37e6b05b4a29a64ff6a9465f633731dee9a60779 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 23 May 2018 01:51:54 +0000 Subject: [PATCH 1/5] Fixed typos and added references for #655 --- doc/funcref.sgml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index f10379c93..a5ee689f5 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -357,6 +357,9 @@ function.

+This header file contains definitions for extended memory access, +see also @@ -543,8 +546,8 @@ It does not declare any functions.

-The @@ -5843,7 +5846,7 @@ if (rename (OLDNAME, NEWNAME) == 0) { before a call to The break vector is reset on program termination, so it's not strictly -necessary to call this function as a part of your clean-up when exitting the program. +necessary to call this function as a part of your clean-up when exiting the program. The interrupt vector is reset on program termination, so it's not strictly -necessary to call this function as a part of your clean-up when exitting the program. +necessary to call this function as a part of your clean-up when exiting the program. The break vector is reset on program termination, so it's not strictly necessary to call / as a part of your -clean-up when exitting the program. +clean-up when exiting the program. The interrupt vector is reset on program termination, so it's not strictly necessary to call / as a part of your -clean-up when exitting the program. +clean-up when exiting the program. Date: Wed, 23 May 2018 04:27:05 +0000 Subject: [PATCH 2/5] Added documentation of cbm_k_untlk --- doc/funcref.sgml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index a5ee689f5..a2014323e 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -205,6 +205,7 @@ function. + @@ -2090,7 +2091,7 @@ only be used in presence of a prototype. , + @@ -2322,9 +2323,6 @@ bus. Only devices previously commanded to LISTEN are affected. This function is normally used after the host computer is finished sending data to external devices. Sending the UNLISTEN commands the listening devices to get off the serial bus so it can be used for other purposes. - - - @@ -2333,6 +2331,28 @@ to get off the serial bus so it can be used for other purposes. +cbm_k_untlk

+ + + +/ + + + + + cclear

From 0a1e68d7a92a0d83301d5cfd6e7daef0cdbd4780 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 23 May 2018 13:30:57 +0000 Subject: [PATCH 3/5] Update funcref.sgml --- doc/funcref.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index a2014323e..786f54cbd 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -359,7 +359,7 @@ function.

This header file contains definitions for extended memory access, -see also testcode/lib/em-test.c and samples/multidemo.c. From 714a347dc9371fd8017ffd1d5e37042bad3e9ef1 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 23 May 2018 13:32:17 +0000 Subject: [PATCH 4/5] Update funcref.sgml --- doc/funcref.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 786f54cbd..81da3ce80 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -548,7 +548,7 @@ It does not declare any functions.

This header file contains definitions for initializing serial -communication, see also testcode/lib/ser-test.c. From d28fce082d1c8c2573b3725de7c08ec60af1f62e Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 23 May 2018 13:40:14 +0000 Subject: [PATCH 5/5] Update funcref.sgml --- doc/funcref.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 81da3ce80..be6e92ebd 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -4,7 +4,7 @@ cc65 function reference <author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline> <url url="mailto:greg.king5@verizon.net" name="Greg King"> -<date>2018-02-07 +<date>2018-05-23 <abstract> cc65 is a C compiler for 6502 based systems. This function reference describes @@ -2342,8 +2342,8 @@ to get off the serial bus so it can be used for other purposes. stop sending data to the host computer (i.e., UNTALK). Calling this function results in an UNTALK command being transmitted on the serial bus. Only devices previously commanded to TALK are affected. This -function is normally used after the host computer is finished listening data -to external devices. Sending the UNTALK commands the sending devices +function is normally used after the host computer is finished listening to data +from an external device. Sending the UNTALK commands the sending devices to get off the serial bus so it can be used for other purposes. <tag/Availability/cc65 <tag/See also/