Update funcref.sgml
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<title>cc65 function reference
|
<title>cc65 function reference
|
||||||
<author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
|
<author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
|
||||||
<url url="mailto:greg.king5@verizon.net" name="Greg King">
|
<url url="mailto:greg.king5@verizon.net" name="Greg King">
|
||||||
<date>2018-02-07
|
<date>2018-05-23
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
cc65 is a C compiler for 6502 based systems. This function reference describes
|
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
|
stop sending data to the host computer (i.e., UNTALK). Calling this
|
||||||
function results in an UNTALK command being transmitted on the serial
|
function results in an UNTALK command being transmitted on the serial
|
||||||
bus. Only devices previously commanded to TALK are affected. This
|
bus. Only devices previously commanded to TALK are affected. This
|
||||||
function is normally used after the host computer is finished listening data
|
function is normally used after the host computer is finished listening to data
|
||||||
to external devices. Sending the UNTALK commands the sending devices
|
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.
|
to get off the serial bus so it can be used for other purposes.
|
||||||
<tag/Availability/cc65
|
<tag/Availability/cc65
|
||||||
<tag/See also/
|
<tag/See also/
|
||||||
|
|||||||
Reference in New Issue
Block a user