mirror of
https://github.com/cc65/cc65.git
synced 2024-11-07 21:10:15 +00:00
10 lines
151 B
ArmAsm
10 lines
151 B
ArmAsm
;
|
|
; Ullrich von Bassewitz, 03.06.1999
|
|
;
|
|
; void cbm_k_clall (void);
|
|
;
|
|
|
|
.include "cbm.inc"
|
|
|
|
.export _cbm_k_clall := CLALL
|