1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc/creativision/libref.s
2017-02-01 20:09:03 +01:00

10 lines
172 B
ArmAsm

;
; Oliver Schmidt, 2013-05-31
;
.export joy_libref, tgi_libref
.import _exit
joy_libref := _exit
tgi_libref := _exit