diff --git a/README.md b/README.md index 5a5f301..874510e 100644 --- a/README.md +++ b/README.md @@ -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: + +
+ Assembly language is nothing to be scared of! +
+
## For Whom Is This Book Intended?