Closed Juergen63 closed 1 year ago
I have Windows 11 and VS2019. My code is very simple assembly code.
.386 .model flat .code start PROC mov eax,213 add eax,432 ret start endp end start
Can closed. Was a mistake from me. File was created with VS2022. With a new project created, it's works.
I have Windows 11 and VS2019. My code is very simple assembly code.