ARM Assembly for Embedded Applications 5th Edition

ARM Assembly for Embedded Applications 5th Edition by Daniel W. Lewis is a comprehensive resource published by Amazon Digital Services LLC on April 10, 2019. This edition spans 379 pages and is presented in English. The text is designed for sophomore-level courses in computer science, computer engineering, or electrical engineering, focusing on writing functions in ARM assembly that can be called by C programs. It introduces the C/Assembly interface early, allowing students to engage with simple assembly functions promptly.
Readers will find a detailed exploration of various programming concepts, including arithmetic, bit manipulation, decision-making, and loops. The new chapter on floating-point emulation enhances understanding of the IEEE floating-point specification and its conversion to assembly, while additional techniques, such as mapping compound conditionals to assembly, are introduced to aid visually-oriented learners. The book also clarifies the distinctions between non-volatile flash memory and read-write memory, providing a foundational understanding of addressing and data access in embedded applications.
Official synopsis Publisher
This text uses the GNU ARM Embedded Toolchain for program development on Windows, Linux or OS X operating systems, and is supported by a textbook website (http: //www.engr.scu.edu/ dlewis/book3/) that provides numerous resources including PowerPoint lecture slides, programming assignments and a run-time library. 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 using floating-point and fixed-point representations, composite data types, inline coding and I/O programming. What’s new: This 5th edition adds an entirely new chapter on floating-point emulation that presents an implementation of the IEEE floating-point specification in C as a model for conversion to assembly. By positioning it just after the chapter on the hardware floating-point unit, students will have a better understanding of the complexity of emulation and thus why the use of fixed-point reals presented in the following chapter is preferred when run-time performance is important. Numerous additional material has been added throughout the book. For example, a technique for mapping compound conditionals to assembly using vertically-constrained flowcharts provides an alternative to symbolic manipulation using DeMorgan’s law. Visually-oriented students often find the new technique to be easier and a natural analog to the sequential structure of instruction execution. The text also clarifies how instructions and constants are held in non-volatile flash memory while data, the stack and the heap are held in read-write memory. With this foundation, it then explains why the address distance between these two regions and the limited range of address displacements restrict the use of PC-relative addressing to that of loading read-only data, and why access to read-write data requires the use of a two-instruction sequence.
Author
Publisher
Topics
FAQ
What is “ARM Assembly for Embedded Applications 5th Edition” about?
Who is the author of “ARM Assembly for Embedded Applications 5th Edition”?
When was “ARM Assembly for Embedded Applications 5th Edition” published?
What is the ISBN for “ARM Assembly for Embedded Applications 5th Edition”?
What are the book details (language, pages, edition)?
