assembly

How to compile this code in Assembly on Windows?

I was seeing a creation of a basic window in assemblythat displays a message, I have already installed the compiler NASM bu ... mp _EndWndProc; _WM_DESTROY: push 0h; call PostQuitMessage; _EndWndProc: Ret WndProc EndP END Entry;