Added C-code interfaces for the CBM Kernal functions SCNKEY and UDTIM.

This commit is contained in:
Greg King
2016-08-07 15:47:45 -04:00
parent d90dff5861
commit 2c03b9a1bc
6 changed files with 119 additions and 8 deletions

8
libsrc/cbm/c_scnkey.s Normal file
View File

@@ -0,0 +1,8 @@
;
; 2016-08-07, Greg King
;
; void cbm_k_scnkey (void);
;
.import SCNKEY
.export _cbm_k_scnkey := SCNKEY