mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
Add CBM kernal call TKSA to CBM library
This adds the CBM kernal call TKSA as cbm_k_tksa() to the CBM library.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
;
|
||||
; Bas Wassink, 22.05.2018
|
||||
;
|
||||
; void __fastcall__ cbm_k_tksa (unsigned char addr)
|
||||
;
|
||||
|
||||
|
||||
.import TKSA
|
||||
.export _cbm_k_tksa
|
||||
|
||||
_cbm_k_tksa = TKSA
|
||||
|
||||
Reference in New Issue
Block a user