From 934aaec6f241d701f470440af8f1ed3778526f72 Mon Sep 17 00:00:00 2001 From: pkivolowitz Date: Wed, 18 May 2022 08:07:35 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3764fe..f1e26bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ARM V8 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 a person knowledgeable in the C or C++ programming languages (or similar languages, of which there are many).