You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading the code for is_whitespace it looks like the opening cmp #00 / bcc will never branch (is it meant to be excluding zero?).
At that point the whole subroutine could inlined by cmp #AscSP+1 at the calling point if we interpreted carry in the opposite sense. Maybe I'm missing something though?