mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 07:28:04 +08:00
Update README.md
This commit is contained in:
parent
934aaec6f2
commit
7b7a1d4498
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# Assembly Language Programming Made Not So Scary
|
# 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).
|
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
|
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.
|
point: C is a high level assembly language. Further, assembly language is nothing to be scared about.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue