]> git.sur5r.net Git - cc65/blob - libsrc/apple2/toascii.s
586606553cf453306e10c401f9333e9f21a9f2ab
[cc65] / libsrc / apple2 / toascii.s
1 ;
2 ; unsigned char __fastcall__ toascii (unsigned char c);
3 ; /* Convert a target specific character to ascii */
4 ;
5
6         .export         _toascii
7
8 _toascii:
9         ldx     #$00
10         rts