Replaced three (logically) identical files with a single file.
This commit is contained in:
10
libsrc/common/toascii.s
Normal file
10
libsrc/common/toascii.s
Normal 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
|
||||
Reference in New Issue
Block a user