<< 1 >>
Rating: Summary: Great Reference Manual Review: Covers everything you might need to know about ARM assembly language programming. It has three sections: A. CPU Architecture - ARM instruction set (regular and Thumb) - ARM addressing modes - Examples B. Memory and System Architecture -System Control Coprocessor, MMU, Protection Unit, Caches and Write Buffers C. Vector Floating Point Architecture - Formats, instructions and addressing modes For a more broad and general introduction into ARM Furber's book is excellent and should be purchased first(unless you are just need a reference manual).
Rating: Summary: Gotta have it Review: If you work with an ARM processor of any type, you simply must have this book. It is *the* reference, -- the best source of exact instruction details, as well as memory management unit details. If you need an introduction to the ARM family, Furber's "ARM System Architecture" makes a better tutorial introduction, but if you're writing code for the ARM, you need this one.
Rating: Summary: 3 Reasons to buy in spite of the free ARM PDFs Review: Most everything here is in ARM's free databook PDFs. So why buy it? (1) It is cheaper than printing those huge PDFs. (2) It is easier to read. (3) It gives some history and tips that are difficult to find in the PDFs, but help us all write better code.One complaint: poor binding. Manuals should be bound so they lay flat on a desk and stay open to the page being referenced. The fact that my cheif complaint has nothing to do with the content says volumes about this book. Good buy.
Rating: Summary: 3 Reasons to buy in spite of the free ARM PDFs Review: Most everything here is in ARM's free databook PDFs. So why buy it? (1) It is cheaper than printing those huge PDFs. (2) It is easier to read. (3) It gives some history and tips that are difficult to find in the PDFs, but help us all write better code. One complaint: poor binding. Manuals should be bound so they lay flat on a desk and stay open to the page being referenced. The fact that my cheif complaint has nothing to do with the content says volumes about this book. Good buy.
Rating: Summary: Clear, competent, well organized. Review: This is a completely adequate reference for the basic ARM architecture, including the Thumb instruction set.
This is a reference book, not an instruction manual - you'll probably be happiest with this book if you already know at least one or two other assembly languages. Given that background, you might like the ARM ISP. It's a very regular RISC. The Thumb subset is even more stripped-down, but lets you pack parts of you code almost twice as densely as usual.
If you've gotten this far, you already know that there are dozens of ARM implementations, with different add-ons and special features. This, of course, can't handle your special circumstance. Still, it's my favortie presentation of the core ARM instruction set.
//wiredweird
Rating: Summary: Clear, competent, well organized. Review: This is a completely adequate reference for the basic ARM architecture, including the Thumb instruction set. This is a reference book, not an instruction manual - you'll probably be happiest with this book if you already know at least one or two other assembly languages. Given that background, you might like the ARM ISP. It's a very regular RISC. The Thumb subset is even more stripped-down, but lets you pack parts of you code almost twice as densely as usual. If you've gotten this far, you already know that there are dozens of ARM implementations, with different add-ons and special features. This, of course, can't handle your special circumstance. Still, it's my favortie presentation of the core ARM instruction set.
<< 1 >>
|