1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00

Removed TABs.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5849 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-10-14 12:51:02 +00:00
parent f7b3e91d8e
commit e0efad70bf

View File

@ -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