1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/libsrc/vic20/libref.s

15 lines
278 B
ArmAsm
Raw Normal View History

;
; 2013-05-31, Oliver Schmidt
; 2018-03-11, Sven Michael Klose
;
2018-03-16 21:23:52 +00:00
.export em_libref
.export joy_libref
.export tgi_libref
.import _exit
2018-03-16 21:23:52 +00:00
em_libref := _exit
joy_libref := _exit
tgi_libref := _exit