From 02297bc1ccfe427284f92997ab7dfd14cbca63df Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Fri, 20 May 2022 09:54:13 -0500 Subject: [PATCH] expansion plus new spelling words --- .vscode/settings.json | 7 ++++++- README.md | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f05d2e3..c304733 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,8 +5,13 @@ "argv", "asciz", "cout", + "csel", + "Formulus", "iostream", - "pseudocode" + "memcpy", + "pseudocode", + "struct", + "structs" ], "markdownlint.config": { "MD024":false diff --git a/README.md b/README.md index 492316d..e53d20c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ the 64 bit ARM Instruction Set Architecture (ISA). | 2 | [If Statements](./section_1/if/README.md) | | 3 | [While Loops](./section_1/while/README.md) | | 4 | [For Loops](./section_1/for/README.md) | +| 5 | [Interlude - Registers](./section_1/regs/README.md) | +| 6 | [Interlude - Load and Store](./section_1/regs/ldr.md) | +| 7 | [Calling and Returning From Functions](./section_1/funcs/README.md) | ## Section 2 - Stuff