Shortened names and adjusted style.

This commit is contained in:
Oliver Schmidt
2020-04-02 22:58:16 +02:00
parent 411fe87f64
commit 0981c020b2
27 changed files with 92 additions and 99 deletions

View File

@@ -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