Skip to content

Commit

Permalink
Update main.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
mytechnotalent authored Sep 26, 2021
1 parent 9b7e8dd commit c6fdcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0x0001-hello_world-x86/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 16,7 @@ extrn MessageBoxA@16 : proc ;4 params 4x4
push eax
lea eax, msg_txt ;LPCSTR lpText
push eax
push 0 ;UINT uType
push 0 ;HWND hWnd
call MessageBoxA@16 ;https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messageboxa
push 0 ;UINT uExitCode
Expand Down

0 comments on commit c6fdcdd

Please sign in to comment.