]> git.sur5r.net Git - cc65/blob - libsrc/vic20/libref.s
Add sample linker configurations for Atari binary output in C.
[cc65] / libsrc / vic20 / libref.s
1 ;
2 ; Oliver Schmidt, 2013-05-31
3 ;
4
5         .export         joy_libref
6         .export         em_libref
7         .import         _exit
8
9 joy_libref      := _exit
10 em_libref       := _exit