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