1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/libsrc/telestrat/libref.s

10 lines
168 B
ArmAsm
Raw Normal View History

;
; Jede (jede@oric.org), 2017-10-16
;
2020-05-24 20:47:20 +00:00
.export joy_libref, tgi_libref
.import _exit
2020-05-24 20:47:20 +00:00
joy_libref := _exit
tgi_libref := _exit