]> git.sur5r.net Git - cc65/blob - libsrc/cbm/c_unlsn.s
don't use constructor to setup runtime stack
[cc65] / libsrc / cbm / c_unlsn.s
1 ;
2 ; Ullrich von Bassewitz, 03.06.1999
3 ;
4 ; void __fastcall__ cbm_unlsn (void);
5 ;
6
7         .export         _cbm_unlsn
8         .import         UNLSN
9
10
11 _cbm_unlsn = UNLSN
12
13
14
15
16