Patch by Greg King: Added a TGI text translator and a palette graphics driver
to Atmos library. git-svn-id: svn://svn.cc65.org/cc65/trunk@5958 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
14
libsrc/atmos/toascii.s
Normal file
14
libsrc/atmos/toascii.s
Normal file
@@ -0,0 +1,14 @@
|
||||
;
|
||||
; char __fastcall__ toascii (char c);
|
||||
; /* Convert a target-specific character to ASCII. */
|
||||
;
|
||||
|
||||
.export _toascii
|
||||
|
||||
.proc _toascii
|
||||
|
||||
; .X must be zero, on return.
|
||||
ldx #>0
|
||||
rts
|
||||
|
||||
.endproc
|
||||
Reference in New Issue
Block a user