mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
9 lines
134 B
ArmAsm
9 lines
134 B
ArmAsm
|
;
|
||
|
; 2016-08-07, Greg King
|
||
|
;
|
||
|
; void cbm_k_udtim (void);
|
||
|
;
|
||
|
|
||
|
.import UDTIM
|
||
|
.export _cbm_k_udtim := UDTIM
|