Right, that builds and runs indeed fine but is somehow against the 64-bit spirit:
include \Masm32\MasmBasic\Res\JBasic.inc ; ## console demo, builds in 32- or 64-bit mode with UAsm, ML, AsmC ##
Init
mov eax, Chr$("Hello World")
PrintLine rax
MsgBox 0, "Wow, that works indeed!!!!", "Hi", MB_OK
EndOfCode
OPT_64 1 ; put 0 for 32 bit, 1 for 64 bit assembly
OPT_DebugL /LARGEADDRESSAWARE:NO