]> git.sur5r.net Git - cc65/blob - libsrc/cbm/c_clrch.s
Moved the 'disk' files from 'geos-cbm' to 'geos-common' which are believed to work...
[cc65] / libsrc / cbm / c_clrch.s
1 ;
2 ; Ullrich von Bassewitz, 03.06.1999
3 ;
4 ; void __fastcall__ cbm_k_clrch (void);
5 ;
6
7         .export         _cbm_k_clrch
8         .import         CLRCH
9
10 _cbm_k_clrch = CLRCH
11