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.
原文地址:https://www.cnblogs.com/ShadowDomain/p/11437544.html
时间: 2024-10-12 06:08:30