From 8ffe623e74c1eba90d580d0cad5abe00a90e1d3a Mon Sep 17 00:00:00 2001 From: compyx Date: Wed, 23 May 2018 17:32:02 +0200 Subject: [PATCH] Add CBM kernal call SECOND to CBM library (see issue #525) --- doc/c128.sgml | 1 + doc/c16.sgml | 1 + doc/c64.sgml | 1 + doc/cbm510.sgml | 1 + doc/cbm610.sgml | 1 + doc/funcref.sgml | 26 ++++++++++++++++++++++++++ doc/plus4.sgml | 1 + doc/vic20.sgml | 1 + libsrc/cbm/c_second.s | 12 ++++++++++++ 9 files changed, 45 insertions(+) create mode 100644 libsrc/cbm/c_second.s diff --git a/doc/c128.sgml b/doc/c128.sgml index feda1cbba..abb9dbf25 100644 --- a/doc/c128.sgml +++ b/doc/c128.sgml @@ -125,6 +125,7 @@ declaration and usage. cbm_k_bsout cbm_k_clrch cbm_k_tksa +cbm_k_second cbm_load cbm_open cbm_opendir diff --git a/doc/c16.sgml b/doc/c16.sgml index 6375a7898..aaf497d42 100644 --- a/doc/c16.sgml +++ b/doc/c16.sgml @@ -116,6 +116,7 @@ declaration and usage. cbm_k_bsout cbm_k_clrch cbm_k_tksa +cbm_k_second cbm_load cbm_open cbm_opendir diff --git a/doc/c64.sgml b/doc/c64.sgml index b04b40508..a0043d3ad 100644 --- a/doc/c64.sgml +++ b/doc/c64.sgml @@ -218,6 +218,7 @@ declaration and usage. cbm_k_bsout cbm_k_clrch cbm_k_tksa +cbm_k_second cbm_load cbm_open cbm_opendir diff --git a/doc/cbm510.sgml b/doc/cbm510.sgml index 1e6a4e07b..d38d35d29 100644 --- a/doc/cbm510.sgml +++ b/doc/cbm510.sgml @@ -119,6 +119,7 @@ declaration and usage. cbm_k_bsout cbm_k_clrch cbm_k_tksa +cbm_k_second cbm_load cbm_open cbm_opendir diff --git a/doc/cbm610.sgml b/doc/cbm610.sgml index 9f963dbd5..44c9155a5 100644 --- a/doc/cbm610.sgml +++ b/doc/cbm610.sgml @@ -122,6 +122,7 @@ declaration and usage. cbm_k_bsout cbm_k_clrch cbm_k_tksa +cbm_k_second cbm_load cbm_open cbm_opendir diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 4a6e13c5e..85e75b43f 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -200,6 +200,7 @@ function. + @@ -2224,6 +2225,31 @@ function, in order to provide input from the keyboard. +cmb_k_second