1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +00:00
cc65/libsrc/cbm/c_tksa.s
compyx 30ada49458 Add CBM kernal call TKSA to CBM library
This adds the CBM kernal call TKSA as cbm_k_tksa() to the CBM library.
2018-05-22 14:16:00 +02:00

13 lines
156 B
ArmAsm

;
; Bas Wassink, 22.05.2018
;
; void __fastcall__ cbm_k_tksa (unsigned char addr)
;
.import TKSA
.export _cbm_k_tksa
_cbm_k_tksa = TKSA