Replaced three (logically) identical files with a single file.

This commit is contained in:
Oliver Schmidt
2017-10-23 18:35:06 +02:00
parent c8d6ca908d
commit bd9b4ef60c
3 changed files with 1 additions and 31 deletions

10
libsrc/common/toascii.s Normal file
View File

@@ -0,0 +1,10 @@
;
; unsigned char __fastcall__ toascii (unsigned char c);
; /* Convert a target specific character to ascii */
;
.export _toascii
_toascii:
ldx #>$0000
rts