第3部分- Linux ARM汇编 引言
为什么要学汇编
摘自书籍
Why
should engineers and programmers spend time learning to program in assembly
language? The reasons presented in the first edition are as valid today as in 2009,
perhaps even more so. The complexity of the modern SoCs presents challenges in
communications between the multiple processors and peripheral devices, challenges
in optimization of the sub-systems for performance and power consumption, and
challenges in reducing costs by efficient use of memory. Knowledge of the assembly
language of the processors, and the insight into the operation of the processors that
such knowledge provides, is often the key to the timely and successful completion of
these tasks and launch of the product. Further, in the drive for performance, both in
speed of the product to the user and in a long battery life, augmenting the high-level
language development with targeted use of hand-crafted assembly language will
prove highly valuable—but we don’t stop here. Processor design remains a highly
skilled art in which a thorough knowledge of assembly language is essential. The
same is true for those tasked with compiler design, creating device drivers for the
peripheral subsystems, and those producing optimized library routines. High quality
compilers, drivers, and libraries contribute directly to performance and development
time. Here a skilled programmer or system designer with a knowledge of assembly
language is a valuable asset.
本文探讨了在现代SoC复杂性背景下,掌握Linux ARM汇编语言的重要性。文章指出,对于工程师而言,了解处理器的汇编语言及其操作原理,是实现系统优化、降低功耗和成本的关键。此外,熟练运用手工编写的汇编语言,能够显著提升产品性能和电池寿命,特别是在追求高速运行和长待机时间的应用中。

1万+

被折叠的 条评论
为什么被折叠?



