31-01-2021, 03:37 PM
(31-01-2021, 02:03 PM)kesmezar كتب : .Your code does not work as such. I ran it with some change
:MASM64 Assembler doesn't accept
:and this Entrypoint format
.For 64bit build I'm using ml64.exe from Visual Studio
?Can you successfully build 64bit application with your modified code
.386
.model flat,stdcall
:and this Entrypoint format
start:
end start
: Instead it accept this Entrypoint formatstart proc
start endp
.For 64bit build I'm using ml64.exe from Visual Studio
?Can you successfully build 64bit application with your modified code