.|..|..|..|.............................................................
.; Extra program to eliminate duplicate spaces in a line
.; testing one, two three - ske August 3, 1986
key s de-spacer
sstart:
"char1
"cmp
"beq squit
"cmp .
"beq squit
"eol
"beq squit
sloop:
"right
"eol
"beq last
"cmp
"bne sloop
"right
"eol
"beq last
"cmp
"bne sloop
"text ^D
"text ^H
"text ^H
"jmp sloop
last:
"text ^H
"cmp
"bne nxtlin
"text ^D
nxtlin:
"down
"jmp sstart
squit: