mirror of
https://github.com/cc65/cc65.git
synced 2025-03-18 01:30:13 +00:00
Remove toascii.s
This commit is contained in:
parent
0517a2c2ab
commit
1403d797f0
@ -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
|
Loading…
x
Reference in New Issue
Block a user