mirror of
https://github.com/cc65/cc65.git
synced 2024-11-03 10:07:02 +00:00
9 lines
130 B
ArmAsm
9 lines
130 B
ArmAsm
|
;
|
||
|
; Christian Groessler, 2014-05-12
|
||
|
;
|
||
|
|
||
|
.export joy_libref
|
||
|
.import _exit
|
||
|
|
||
|
joy_libref := _exit
|