64位汇编

cl /c /Ox /TP xxx.cpp
ml64 /c  yyy.asm
link /subsystem:windows /release xxx.obj yyy.obj 
原文地址:https://www.cnblogs.com/eaglezzb/p/4176507.html