]> git.sur5r.net Git - cc65/blob - libsrc/common/toascii.s
added optimization for indexed 16-bit array load of form (array[i & 0x7f])
[cc65] / libsrc / common / 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     #>$0000
10         rts