mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
9 lines
131 B
ArmAsm
9 lines
131 B
ArmAsm
|
;
|
||
|
; Jede (jede@oric.org), 2017-10-16
|
||
|
;
|
||
|
|
||
|
.export tgi_libref
|
||
|
.import _exit
|
||
|
|
||
|
tgi_libref := _exit
|