From 65eb2084401834402dd4ac15f5b1c11ea1fce07a Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Mon, 26 Dec 2022 12:59:31 -0600 Subject: [PATCH] began preparing for PDF files --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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?