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

@@ -20,7 +20,7 @@ _strchr:
.else
lda #0
sta ptr1 ; access from page start, y contains low byte
.endif
.endif
Loop: lda (ptr1),y ; Get next char
beq EOS ; Jump on end of string
@@ -29,7 +29,7 @@ Loop: lda (ptr1),y ; Get next char
iny
bne Loop
inc ptr1+1
bne Loop ; Branch always
bne Loop ; Branch always
; End of string. Check if we're searching for the terminating zero