Removed TABs.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5849 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -37,9 +37,9 @@ next: tax
|
|||||||
; Number of on-line devices (minus 1)
|
; Number of on-line devices (minus 1)
|
||||||
ldy DEVCNT
|
ldy DEVCNT
|
||||||
|
|
||||||
; Does the list contain the device?
|
; Does the list contain the device?
|
||||||
: cmp (ptr1),y
|
: cmp (ptr1),y
|
||||||
beq done
|
beq done
|
||||||
dey
|
dey
|
||||||
bpl :-
|
bpl :-
|
||||||
bmi next ; Branch always
|
bmi next ; Branch always
|
||||||
|
|||||||
Reference in New Issue
Block a user