汇编代码 meaning in English
assembly code
Examples
- Posix threads don t need to make expensive and complicated long - distance calls because all our threads happen to live in the same house
C代码是可移植的并为大量开发人员所了解;汇编代码(尤其是powerpc汇编)却不是。 - Instead , we will be relying on the listing of the compiler - generated assembly to see code and the linker - generated mapfile to see actual addresses
但是我们需要借助编译器察看汇编代码,和用于察看代码地址的连接选项。 - As a result , current day ' s design teams using dsp cores are forced to spend a large amount of time in handwriting of machine code ( usually assembly code )
所以,当前很多设计人员就花了大量的精力和时间在写汇编代码上。 - Learn assembly code , check how compiler generates code , learn how virtual function works , learn to debug at assembly code level
了解汇编代码,检查编译器是如何产生代码的,了解虚函数是如何工作的,学习在汇编代码一级调试程序。 - If you read the assembly code that is ultimately generated by virtually any compiler , you ' ll see that program control contains many jumps
否则跳到那里” 。若阅读由几乎所有编译器生成的汇编代码,就会发现程序控制里包含了许多跳转。