mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
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
|
||
|
|