52ky 发表于 2021-8-20 21:58:59

Low-Level Programming

• 用汇编语言自由编写。
• 了解英特尔 64 位编程模型。
• 用C11 编写可维护且健壮的代码。
• 了解编译过程并解读汇编列表。
• 调试编译后的汇编代码中的错误。
• 使用适当的计算模型来大大降低程序的复杂性。
• 编写性能关键代码。

(• Freely write in assembly language.
• Understand the Intel 64 programming model.
• Write maintainable and robust code in C11.
• Understand the compilation process and decipher assembly listings.
• Debug errors in compiled assembly code.
• Use appropriate models of computation to greatly reduce program complexity.
• Write performance-critical code.)

页: [1]
查看完整版本: Low-Level Programming