Assembly not printing anything to the console
I am trying to make a simple hello world program in assembly, I use 64 bit Windows and I am calling printf in the assembly code. But it doesn’t work, when I open the compiled program, it doesn’t print anything and just closes. Here’s the code: