Changed literal zeroes of the style "#>0" into the style "#>$0000".
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
.proc _toascii
|
||||
|
||||
; .X must be zero, on return.
|
||||
ldx #>0
|
||||
ldx #>$0000
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
Reference in New Issue
Block a user