cc65/libsrc/vic20/libref.s

15 lines
278 B
ArmAsm

;
; 2013-05-31, Oliver Schmidt
; 2018-03-11, Sven Michael Klose
;
.export em_libref
.export joy_libref
.export tgi_libref
.import _exit
em_libref := _exit
joy_libref := _exit
tgi_libref := _exit