mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
The X register must be zero on return.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4426 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
3b06aaaf85
commit
1518a4813c
@ -11,6 +11,10 @@
|
||||
|
||||
.proc _toascii
|
||||
|
||||
; X must be zero on return
|
||||
|
||||
ldx #0
|
||||
|
||||
; Check for code between 65 and 90
|
||||
|
||||
cmp #$41
|
||||
|
Loading…
Reference in New Issue
Block a user