ASM------A language concerns about processor architectures

Assembly language is processor specific. This means that a program written in assembly language will not work on computers with different processor architectures.

Using ASM to optimize certain tasks is common for C++ programmers, but will require special considerations, because ASM is not as portable.

猜你喜欢

转载自www.cnblogs.com/ShadowDomain/p/11437544.html