]> git.sur5r.net Git - cc65/blob - libsrc/cbm/c_ciout.s
Use external symbols for the CBM kernal jump table functions. This allows
[cc65] / libsrc / cbm / c_ciout.s
1 ;
2 ; Ullrich von Bassewitz, 03.06.1999
3 ;
4 ; void __fastcall__ cbm_ciout (unsigned char C);
5 ;
6
7         .export         _cbm_ciout
8         .import         CIOUT
9
10 _cbm_ciout = CIOUT
11
12