mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 17:04:58 +00:00
12 lines
176 B
ArmAsm
12 lines
176 B
ArmAsm
;
|
|
; Bas Wassink, 22.05.2018
|
|
;
|
|
; void __fastcall__ cbm_k_tksa (unsigned char addr)
|
|
;
|
|
|
|
.include "cbm.inc"
|
|
|
|
.export _cbm_k_tksa
|
|
|
|
_cbm_k_tksa = TKSA
|