cc65/libsrc/telestrat/libref.s

10 lines
168 B
ArmAsm
Raw Normal View History

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