64bit Applications and Inline Assembly

后端 未结 4 480
青春惊慌失措
青春惊慌失措 2020-12-14 16:04

I am using Visual C++ 2010 developing 32bit windows applications. There is something I really want to use inline assembly. But I just realized that visual C++ does not supp

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-14 16:18

    the Intel C Compiler 15 has inline capability in 64bit too. And you could integrate the IC in Visual Studio as a toolset: then you'd have VC++ 64bit with inline assembly. One catch though -its expensive cheers

提交回复
热议问题