mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-22 21:06:48 +08:00
began preparing for PDF files
This commit is contained in:
parent
72760da31f
commit
65eb208440
1 changed files with 6 additions and 2 deletions
|
|
@ -6,8 +6,12 @@ the reader is already comfortable with C or C++ coding. We use this
|
||||||
assumed knowledge to **bridge** backward towards the low level ISA
|
assumed knowledge to **bridge** backward towards the low level ISA
|
||||||
(Instruction Set Architecture).
|
(Instruction Set Architecture).
|
||||||
|
|
||||||
We drive home a very sharp point: C **is** a high level assembly
|
We drive home a very sharp point:
|
||||||
language *and* assembly language is nothing to be scared about.
|
|
||||||
|
<center>
|
||||||
|
<i>Assembly language is nothing to be scared of!</i>
|
||||||
|
</center>
|
||||||
|
</br>
|
||||||
|
|
||||||
## For Whom Is This Book Intended?
|
## For Whom Is This Book Intended?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue