mirror of
https://github.com/cc65/cc65.git
synced 2024-11-05 08:05:51 +00:00
10 lines
168 B
ArmAsm
10 lines
168 B
ArmAsm
;
|
|
; Jede (jede@oric.org), 2017-10-16
|
|
;
|
|
|
|
.export joy_libref, tgi_libref
|
|
.import _exit
|
|
|
|
joy_libref := _exit
|
|
tgi_libref := _exit
|