removed unnecessary code

This commit is contained in:
2023-05-31 21:28:19 +02:00
parent c176800357
commit d6981a4995

View File

@@ -52,7 +52,6 @@ and eax, 1
cmp eax, 0 cmp eax, 0
je numbers ; if GetAsyncKeyState was false, jump to numbers je numbers ; if GetAsyncKeyState was false, jump to numbers
mov a2, a1 ; necessary ? push a1 ; push char
push a2 ; push char
call put call put
jmp numbers jmp numbers