]> git.sur5r.net Git - cc65/blob - libsrc/cbm/c_ciout.s
Merge pull request #653 from IrgendwerA8/cbm_rw_popptr1
[cc65] / libsrc / cbm / c_ciout.s
1 ;
2 ; Ullrich von Bassewitz, 03.06.1999
3 ;
4 ; void __fastcall__ cbm_k_ciout (unsigned char C);
5 ;
6
7         .import         CIOUT
8         .export         _cbm_k_ciout := CIOUT
9
10