From 5a041308907fb4b782bc038a2903031d162e67b8 Mon Sep 17 00:00:00 2001 From: uz Date: Sat, 21 Jan 2012 22:07:51 +0000 Subject: [PATCH] Doc stuff by Stefan Haubenthal. git-svn-id: svn://svn.cc65.org/cc65/trunk@5420 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 134 ++++++++++++++++++++++++++++++++++++++++------- doc/lynx.sgml | 4 ++ 2 files changed, 118 insertions(+), 20 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 1b12486e9..4540703b1 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -95,7 +95,16 @@ function.

+ + + + + + + + + (incomplete) @@ -149,6 +158,23 @@ function. +

+ + + + + + + + + + + + + +(incomplete) + +

@@ -204,12 +230,17 @@ function.

+ + + + (incomplete)

-(incomplete) + +Low-level disk I/O API.

@@ -230,6 +261,13 @@ function.

+ + + + + + + (incomplete) @@ -267,6 +305,21 @@ function. +

+ + + + + + + + + + + +(incomplete) + +

@@ -278,26 +331,30 @@ function.

- - - - - - - - - - + + + + + + + + + + + -(incomplete) -

+ + + + + (incomplete) @@ -347,8 +404,6 @@ communication. -(incomplete) -

@@ -459,14 +514,19 @@ communication. + + + +(incomplete) +

@@ -474,6 +534,7 @@ communication. + @@ -593,6 +654,13 @@ communication.

+ + + + + + + (incomplete) @@ -3235,6 +3303,32 @@ be used in presence of a prototype. +memcmp

+ + + +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. + +, +, + + + + + memcpy

@@ -4665,7 +4759,7 @@ be used in presence of a prototype. , , , - +, @@ -4772,7 +4866,7 @@ be used in presence of a prototype. , , , - +, @@ -4907,7 +5001,7 @@ be used in presence of a prototype. , , , - +, @@ -5016,7 +5110,7 @@ be used in presence of a prototype. , , , - +, @@ -5183,7 +5277,7 @@ just copy s2 to s1 using . , , -, + diff --git a/doc/lynx.sgml b/doc/lynx.sgml index 45c429b10..554d911d9 100644 --- a/doc/lynx.sgml +++ b/doc/lynx.sgml @@ -182,6 +182,10 @@ Programs containing Lynx specific code may use the lynx_eeprom_erase lynx_eeprom_read lynx_eeprom_write +lynx_eeread +lynx_eewrite +lynx_exec +lynx_load -- 2.39.2