Remove toascii.s
This commit is contained in:
parent
0517a2c2ab
commit
1403d797f0
1 changed files with 0 additions and 14 deletions
|
@ -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…
Add table
Reference in a new issue