开发者

assembly and Visual C++ Express 2010 64 Bit

开发者 https://www.devze.com 2023-01-10 04:53 出处:网络
Is it po开发者_StackOverflow社区ssible to insert assembly code on Visual C++ Express 2010 64 Bit?

Is it po开发者_StackOverflow社区ssible to insert assembly code on Visual C++ Express 2010 64 Bit?

If not, is there an intrinsic for adc (add with carry)?


The x64 C++ compiler doesn't support inline assembly, you need to put your assembly code in a separate file.

There is no built-in intrinsic for adc, but you can easily emulate it.

0

精彩评论

暂无评论...
验证码 换一张
取 消