ARM 64-Bit Assembly Language

Paperback, 506 pages

Published Nov. 29, 2019 by Newnes.

ISBN:
978-0-12-819221-4
Copied ISBN!

View on OpenLibrary

Review of 'ARM 64-Bit Assembly Language' on 'Goodreads'

It is a good book. Other than assembly it explains computer architecture, touches Linux and explains conventions about programming and standards about encoding. There are lots of examples. Often the assembly implementation of a program goes in parallel with a C implementation of it. In explaining each instruction it gives a description using pseudocode, which I found very clear.

The topic I found most interesting learning was structured programming, because it made assembly usable like any other language.