From a9f1f1399e3c656dc8383075d5d4b2941c7653ea Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 28 Aug 2026 08:23:17 -0400 Subject: [PATCH] Revise today's tutorial and lesson information Updated tutorial date and lesson details for the Embedded Assembler Course. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32b0beb..49cd8a7 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ By using this repository and course, you acknowledge and agree that:
-# Today's Tutorial [August 27, 2026] -## Lesson 278: Embedded Assembler Course (Chapter 7: ARM Thumb2 Instruction Set) -This chapter covers the ARM Thumb2 instruction set within the STM32F401CCU6 architecture. +# Today's Tutorial [August 28, 2026] +## Lesson 279: Embedded Assembler Course (Chapter 8: Load & Store Instructions) +This chapter covers the basic load & store instructions in addition to real-time hacking within the STM32F401CCU6 architecture. -> Click [HERE](https://github.com/mytechnotalent/Embedded-Assembler/blob/main/Embedded-Assembler.pdf) to read the FREE pdf book.