From: jede Date: Mon, 23 Oct 2017 18:52:22 +0000 (+0200) Subject: Remove toascii.s X-Git-Tag: V2.17~82^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1403d797f0bd1818cbafb8f5311e745762098f5e;p=cc65 Remove toascii.s --- diff --git a/libsrc/telestrat/toascii.s b/libsrc/telestrat/toascii.s deleted file mode 100644 index 77f050021..000000000 --- a/libsrc/telestrat/toascii.s +++ /dev/null @@ -1,14 +0,0 @@ -; -; char __fastcall__ toascii (char c); -; /* Convert a target-specific character to ASCII. */ -; - -.export _toascii - -.proc _toascii - -; .X must be zero, on return. - ldx #>$0000 - rts - -.endproc