mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
30ada49458
This adds the CBM kernal call TKSA as cbm_k_tksa() to the CBM library.
13 lines
156 B
ArmAsm
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
|
|
|