Sinopsis
ARM Assembly for Embedded Applications is a text for a sophomore-level course in computer science, computer engineering, or electrical engineering that teaches students how to write functions in ARM assembly called by a C program. The C/Assembly interface (i.e., function call, parameter passing, return values, register conventions) is presented early so that students can write simple functions in assembly as soon as possible. The text then covers the details of arithmetic, bit manipulation, making decisions, loops, integer arithmetic, real arithmetic floating-point and fixed-point representations, inline coding and I/O programming.What s new: This 3rd edition adds two new chapters. Chapter 11 is on multimedia processing, with several examples that use the saturating arithmetic and SIMD (Single Instruction Multiple Data) instructions of the ARM processor to implement fast routines for multimedia applications. Chapter 12 uses the SIMD instructions to implement functions for rational and complex arithmetic. The material on bit manipulation instructions has been updated with a discussion of how to use the basic operations of AND, OR and exclusive-OR as filters that pass a bit unmodified to the output, force it to either 0 or 1, or change it to the opposite of its previous value. New illustrations show how it is sometimes easier to translate for and while loops into assembly by first converting them into an arrangement of goto statements, statement labels, and an inverted test for completion. There are additional examples of how to implement multiplication and division by a constant more efficiently than using multiply and divide instructions, with a C program added to the textbook website that generates fast instruction sequences for division by a constant. New illustrations clarify the algorithm for multiplying fixed-point reals, and there is new material on instruction cycle counts, pipeline stalls, execution time measurement, memory-mapped I/O ports, data rates and synchronization.
Acerca del autor
Dan Lewis has been a tenure-track faculty member at Santa Clara University since 1975. In 1988, his efforts led to the creation of the Computer Engineering department, and he served as its first department chair for the first 18 years. Prior to joining the University, Lewis worked for six years at General Electric's Aerospace Division where he developed a fault-tolerant clocking system for one of the first triple-redundant automatic landing systems for commercial aircraft. He has provided hardware and software consulting services for a number of Silicon Valley companies, worked extensively to improve K-12 education in computer science, and is the author of three textbooks on embedded software.
"Sobre este título" puede pertenecer a otra edición de este libro.