Just some white space fixes of recently contributed code.

This commit is contained in:
Oliver Schmidt
2017-04-06 17:53:57 +02:00
parent be772c0198
commit e43dbe1c24
5 changed files with 8 additions and 12 deletions

View File

@@ -40,15 +40,14 @@ checkNext:
check: cpy tmp1 ; compare with length of test character string
beq leave
cmp (ptr1),y ; found matching char?
bne checkNext
bne checkNext
foundTestChar:
inx
bne loadChar
inc tmp2
bne loadChar ; like bra...
bne loadChar ; like bra...
leave: txa ; restore position of finding
ldx tmp2 ; and return
rts