🔁 Refactoring

This commit is contained in:
AYIDouble 2018-09-13 10:33:28 +02:00
parent 1ead42b4b8
commit 4bb9484c8f

View file

@ -9,7 +9,7 @@ PUBLIC _myFunc
sub esp, 4 ; Make room for one 4-byte local variable.
push edi ; Save the values of registers that the function
push esi ; will modify. This function uses EDI and ESI.
; (no need to save EBX, EBP, or ESP)
; (no need to save EBX, EBP, or ESP)
; Subroutine Body
mov eax, [ebp+8] ; Move value of parameter 1 into EAX