mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
Added toascii().
git-svn-id: svn://svn.cc65.org/cc65/trunk@4991 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
2f3aa1d5d4
commit
98fdd6f792
@ -104,6 +104,7 @@ S_OBJS= _scrsize.o \
|
||||
systime.o \
|
||||
sysuname.o \
|
||||
tgi_mode_table.o\
|
||||
toascii.o \
|
||||
vtabz.o \
|
||||
wherex.o \
|
||||
wherey.o \
|
||||
|
10
libsrc/apple2/toascii.s
Normal file
10
libsrc/apple2/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 #$00
|
||||
rts
|
@ -108,6 +108,7 @@ S_OBJS= _scrsize.o \
|
||||
sysuname.o \
|
||||
textframe.o \
|
||||
tgi_mode_table.o\
|
||||
toascii.o \
|
||||
videomode.o \
|
||||
vtabz.o \
|
||||
wherex.o \
|
||||
|
Loading…
x
Reference in New Issue
Block a user