mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-22 01:17:22 +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",
|
"argv",
|
||||||
"asciz",
|
"asciz",
|
||||||
"cout",
|
"cout",
|
||||||
|
"csel",
|
||||||
|
"Formulus",
|
||||||
"iostream",
|
"iostream",
|
||||||
"pseudocode"
|
"memcpy",
|
||||||
|
"pseudocode",
|
||||||
|
"struct",
|
||||||
|
"structs"
|
||||||
],
|
],
|
||||||
"markdownlint.config": {
|
"markdownlint.config": {
|
||||||
"MD024":false
|
"MD024":false
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,9 @@ the 64 bit ARM Instruction Set Architecture (ISA).
|
||||||
| 2 | [If Statements](./section_1/if/README.md) |
|
| 2 | [If Statements](./section_1/if/README.md) |
|
||||||
| 3 | [While Loops](./section_1/while/README.md) |
|
| 3 | [While Loops](./section_1/while/README.md) |
|
||||||
| 4 | [For Loops](./section_1/for/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
|
## Section 2 - Stuff
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue