removed unnecessary code
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user