The Art of ARM Assembly, Volume 1 (No Starch Press)
Monday, 31 March 2025

This book delves into programming 64-bit ARM CPUs. Following a fast-paced introduction to the art of programming in assembly and the GNU Assembler (Gas) specifically, Randall Hyde explores memory organization, data representation, and the basic logical operations you can perform on simple data types.

Author: Randall Hyde
Publisher: No Starch Press
Date: February 2025
Pages:1054
ISBN: 978-1718502826
Print: 1718502826
Kindle: B0CD3FPR8W
Audience: Developers working with ARM CPUs 
Level: Intermediate/Advanced
Category: Other Languages

armass

The book shows how to define constants, write functions, manage local variables, and pass parameters efficiently. Hyde explores both basic and advanced arithmetic operations, control structures, numeric conversions, lookup tables, and string manipulation. The book also looks at ARM SIMD (Neon) instructions, bit manipulation, and macro programming with the Gas assembler. 

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner


Grokking Machine Learning

Author: Luis G. Serrano
Publisher: Manning
Date: December 2021
Pages: 512
ISBN: 978-1617295911
Print: 1617295914
Kindle: B09LK7KBSL
Audience: Python developers interested in machine learning
Rating: 5
Reviewer: Mike James
Another book on machine learning - surely we have enough by now?



Discovering Modern C++, 2nd Ed

Author: Peter Gottschling
Publisher: Addison-Wesley
Pages: 576
ISBN: 978-0136677642
Print: 0136677649
Kindle: ‎ B09HTJRJ3V
Audience: C++ developers
Rating: 5
Reviewer: Mike James

Modern C++ who would want to write anything else? Is this a suitable introduction for the rest of us?


More Reviews