Skip to content

Commit f6313c6

Browse files
authored
CRLF -> LF
1 parent e0e767b commit f6313c6

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

src/crt/llcmps_fast.src

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
assume adl=1
2-
3-
section .text
4-
public __llcmps_fast
5-
__llcmps_fast:
6-
ld iy, 0
7-
add iy, sp
8-
ld a, b
9-
sub a, (iy + 10)
10-
ret nz
11-
ld a, c
12-
sub a, (iy + 9)
13-
jr nz, .finish
14-
ex de, hl
15-
ld bc, (iy + 6)
16-
sbc hl, bc
17-
jr nz, .finish
18-
ex de, hl
19-
ld bc, (iy + 3)
20-
sbc hl, bc
21-
.finish:
22-
sbc a, a
23-
ret
1+
assume adl=1
2+
3+
section .text
4+
public __llcmps_fast
5+
__llcmps_fast:
6+
ld iy, 0
7+
add iy, sp
8+
ld a, b
9+
sub a, (iy + 10)
10+
ret nz
11+
ld a, c
12+
sub a, (iy + 9)
13+
jr nz, .finish
14+
ex de, hl
15+
ld bc, (iy + 6)
16+
sbc hl, bc
17+
jr nz, .finish
18+
ex de, hl
19+
ld bc, (iy + 3)
20+
sbc hl, bc
21+
.finish:
22+
sbc a, a
23+
ret

0 commit comments

Comments
 (0)