B
Belloc
Guest
This is the code:
.386
.MODEL flat, stdcall
.stack 4096
ExitProcess PROTO STDCALL, dwExitCode: DWORD
.CODE
main PROC
mov eax, -1
invoke ExitProcess, 0
main ENDP
END main
This the picture contained Build Customization
And this is the picture of `main.asm` property page:
To enlarge the pictures click them with the mouse right button and select "Open image in new tab"
Continue reading...
.386
.MODEL flat, stdcall
.stack 4096
ExitProcess PROTO STDCALL, dwExitCode: DWORD
.CODE
main PROC
mov eax, -1
invoke ExitProcess, 0
main ENDP
END main
This the picture contained Build Customization
And this is the picture of `main.asm` property page:
To enlarge the pictures click them with the mouse right button and select "Open image in new tab"
Continue reading...