Update README.md

This commit is contained in:
pkivolowitz 2022-05-18 08:09:17 -05:00 committed by GitHub
parent 934aaec6f2
commit 7b7a1d4498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# Assembly Language Programming Made Not So Scary
This text book provides a fairly thorough examination of the ARM V8 ISA. It begins from the perspective of
This text book provides a fairly thorough examination of the ARM V8 ISA (Instruction Set Architecture).
It begins from the perspective of
a person knowledgeable in the C or C++ programming languages (or similar languages, of which there are many).
Early chapters bridge your knowledge of C or C++ backwards into assembly language driving home a very sharp
point: C is a high level assembly language. Further, assembly language is nothing to be scared about.