Changed literal zeroes of the style "#>0" into the style "#>$0000".

This commit is contained in:
Greg King
2014-09-10 19:15:07 -04:00
parent e702832e80
commit 74c2415795
16 changed files with 75 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
;
; 1998-06-02, Ullrich von Bassewitz
; 2013-05-01, Greg King
; 2014-09-10, Greg King
;
; int isgraph (int c);
;
@@ -9,7 +9,7 @@
.include "ctype.inc"
_isgraph:
cpx #>0 ; Char range OK?
cpx #>$0000 ; Char range OK?
bne @L1 ; Jump if no
tay
lda __ctype,y ; Get character classification