Hi eldiener,
Welcome to the forum.
Part pf your question is easy. No, Nasm does not accept /* */ style comments. Use a semicolon ";" - one per line. Sorry.
But I'm confused why you're using "-f elf64" on Windows. Usually, "elf" (executable and linkable format) would be for Linux, the BSDs, Unix, ect. You'd want "-f win64" for Windows. I'm not familiar with the tools you're using, so I could be wrong, but I doubt if "-f elf64" is what you want. What makes you think so?
Best,
Frank