mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 03:26:46 +08:00
expansion plus new spelling words
This commit is contained in:
parent
22fc0c35e5
commit
02297bc1cc
2 changed files with 9 additions and 1 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
|
@ -5,8 +5,13 @@
|
|||
"argv",
|
||||
"asciz",
|
||||
"cout",
|
||||
"csel",
|
||||
"Formulus",
|
||||
"iostream",
|
||||
"pseudocode"
|
||||
"memcpy",
|
||||
"pseudocode",
|
||||
"struct",
|
||||
"structs"
|
||||
],
|
||||
"markdownlint.config": {
|
||||
"MD024":false
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue