]> git.sur5r.net Git - cc65/blob - libref.s
62c78b8c5d2d8030c9f55bd5f57e97f73e7e6515
[cc65] / libref.s
1 ;
2 ; Oliver Schmidt, 2013-05-31
3 ;
4
5         .export         joy_libref, ser_libref, tgi_libref
6         .import         _exit
7
8 joy_libref      := _exit
9 ser_libref      := _exit
10 tgi_libref      := _exit