mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 01:56:47 +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
|
||||
(Instruction Set Architecture).
|
||||
|
||||
We drive home a very sharp point: C **is** a high level assembly
|
||||
language *and* assembly language is nothing to be scared about.
|
||||
We drive home a very sharp point:
|
||||
|
||||
<center>
|
||||
<i>Assembly language is nothing to be scared of!</i>
|
||||
</center>
|
||||
</br>
|
||||
|
||||
## For Whom Is This Book Intended?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue