UPDATE: what does it look like in Visual Studio?
If you create for 64 bits, you cannot use the built-in assembly in Visual Studio. If you are building for 32 bits, you use __asmto make an attachment.
Using ASM is generally a bad idea.
- You will probably create worse ASM than the compiler.
- Using any ASM in a method usually leads to victory over any optimizations that try to touch this method (i.e., embeddings).
- , ++ (, SIMD), , . Intrinsics "" , , .