From 30ada4945881be83affbc8a102e2c4d8c26c26e8 Mon Sep 17 00:00:00 2001 From: compyx Date: Tue, 22 May 2018 14:16:00 +0200 Subject: [PATCH] Add CBM kernal call TKSA to CBM library This adds the CBM kernal call TKSA as cbm_k_tksa() to the CBM library. --- doc/c128.sgml | 1 + doc/c16.sgml | 1 + doc/c64.sgml | 1 + doc/cbm510.sgml | 1 + doc/cbm610.sgml | 1 + doc/funcref.sgml | 23 +++++++++++++++++++++++ doc/pet.sgml | 1 + doc/plus4.sgml | 1 + doc/vic20.sgml | 1 + include/cbm.h | 1 + libsrc/cbm/c_tksa.s | 12 ++++++++++++ 11 files changed, 44 insertions(+) create mode 100644 libsrc/cbm/c_tksa.s diff --git a/doc/c128.sgml b/doc/c128.sgml index 1bdcf01f5..feda1cbba 100644 --- a/doc/c128.sgml +++ b/doc/c128.sgml @@ -124,6 +124,7 @@ declaration and usage. cbm_k_basin cbm_k_bsout cbm_k_clrch +cbm_k_tksa cbm_load cbm_open cbm_opendir diff --git a/doc/c16.sgml b/doc/c16.sgml index 27938ff1e..6375a7898 100644 --- a/doc/c16.sgml +++ b/doc/c16.sgml @@ -115,6 +115,7 @@ declaration and usage. cbm_k_basin cbm_k_bsout cbm_k_clrch +cbm_k_tksa cbm_load cbm_open cbm_opendir diff --git a/doc/c64.sgml b/doc/c64.sgml index a18ce359f..b04b40508 100644 --- a/doc/c64.sgml +++ b/doc/c64.sgml @@ -217,6 +217,7 @@ declaration and usage. cbm_k_basin cbm_k_bsout cbm_k_clrch +cbm_k_tksa cbm_load cbm_open cbm_opendir diff --git a/doc/cbm510.sgml b/doc/cbm510.sgml index b171c2ce3..1e6a4e07b 100644 --- a/doc/cbm510.sgml +++ b/doc/cbm510.sgml @@ -118,6 +118,7 @@ declaration and usage. cbm_k_basin cbm_k_bsout cbm_k_clrch +cbm_k_tksa cbm_load cbm_open cbm_opendir diff --git a/doc/cbm610.sgml b/doc/cbm610.sgml index 790983b3d..9f963dbd5 100644 --- a/doc/cbm610.sgml +++ b/doc/cbm610.sgml @@ -121,6 +121,7 @@ declaration and usage. cbm_k_basin cbm_k_bsout cbm_k_clrch +cbm_k_tksa cbm_load cbm_open cbm_opendir diff --git a/doc/funcref.sgml b/doc/funcref.sgml index f10379c93..0fe1ce847 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -203,6 +203,7 @@ function. + @@ -2284,6 +2285,28 @@ only be used in presence of a prototype. +cbm_k_tksa