Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirddog committed Jul 13, 2024
1 parent 8454d0a commit f2bf998
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dictionary.inc
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,16 @@ _find_from:
.check_word:
lodsb

cmp al, byte [rdi]
jne .next

inc rdi
dec ecx
js .check_word
dec cl
jnz .check_word

pop rax
jmp .done

.hidden:
Expand Down

0 comments on commit f2bf998

Please sign in to comment.