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

View File

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