Skip to content

Commit 68b2a31

Browse files
authored
Merge pull request #376 from halchihal/patch-28
Update 24.82-halchihal.asm
2 parents 2b719d9 + f6a4e30 commit 68b2a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/36-Alphabetizer-39.109/24.82-halchihal.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ b:
1111
c:
1212
d:
1313
INBOX
14-
JUMPZ d
14+
JUMPZ b
1515
COPYTO 10
1616
SUB [22]
1717
JUMPN g
@@ -25,7 +25,7 @@ e:
2525
BUMPUP 22
2626
COPYFROM 21
2727
f:
28-
JUMPZ b
28+
JUMPZ d
2929
JUMP e
3030
g:
3131
COPYTO 23

0 commit comments

Comments
 (0)