mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Made cbm_k_untlk() available.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 03.06.1999
|
||||
;
|
||||
; void cbm_untlk (void);
|
||||
; void cbm_k_untlk (void);
|
||||
;
|
||||
|
||||
.export _cbm_untlk
|
||||
.export _cbm_k_untlk
|
||||
.import UNTLK
|
||||
|
||||
|
||||
_cbm_untlk = UNTLK
|
||||
_cbm_k_untlk = UNTLK
|
||||
|
||||
Reference in New Issue
Block a user