Shortened names and adjusted style.
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
|
||||
.export _isblank
|
||||
.include "ctype.inc"
|
||||
.import ctype_preprocessor
|
||||
.import ctypemask
|
||||
|
||||
_isblank:
|
||||
jsr ctype_preprocessor ; (always clears X)
|
||||
jsr ctypemask ; (always clears X)
|
||||
bcs @L1 ; out of range? (everything already clear -> false)
|
||||
and #CT_SPACE_TAB ; mask blank bit
|
||||
@L1: rts
|
||||
|
||||
Reference in New Issue
Block a user