Some style adjustments.
This commit is contained in:
@@ -15,11 +15,10 @@
|
||||
.import ctype_preprocessor
|
||||
|
||||
_isgraph:
|
||||
jsr ctype_preprocessor ; (clears always x)
|
||||
jsr ctype_preprocessor ; (always clears X)
|
||||
bcs @L1 ; out of range? (everything already clear -> false)
|
||||
and #CT_CTRL_SPACE ; mask character bits
|
||||
cmp #1 ; if false, then set "borrow" flag
|
||||
lda #0
|
||||
sbc #0 ; invert logic (return NOT control and NOT space)
|
||||
@L1: rts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user