Merge pull request #662 from Compyx/master

Add CBM kernal call SECOND to CBM library (see issue #525)
This commit is contained in:
Oliver Schmidt
2018-05-25 14:00:36 +02:00
committed by GitHub
10 changed files with 46 additions and 0 deletions

12
libsrc/cbm/c_second.s Normal file
View File

@@ -0,0 +1,12 @@
;
; Bas Wassink, 23.05.2018
;
; void __fastcall__ cbm_k_second (unsigned char addr)
;
.import SECOND
.export _cbm_k_second
_cbm_k_second = SECOND