mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 07:28:04 +08:00
who knows
This commit is contained in:
parent
ff2f8a4347
commit
77a13a5081
1 changed files with 27 additions and 26 deletions
53
.vscode/settings.json
vendored
53
.vscode/settings.json
vendored
|
|
@ -1,31 +1,32 @@
|
||||||
{
|
{
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"AARCH",
|
"AARCH",
|
||||||
"argc",
|
"argc",
|
||||||
"argv",
|
"argv",
|
||||||
"asciz",
|
"asciz",
|
||||||
"cbnz",
|
"cbnz",
|
||||||
"cout",
|
"cout",
|
||||||
"csel",
|
"csel",
|
||||||
"fizzbuzz",
|
"FCVTAS",
|
||||||
"fname",
|
"fizzbuzz",
|
||||||
"Formulus",
|
"fname",
|
||||||
"funcs",
|
"Formulus",
|
||||||
"iostream",
|
"funcs",
|
||||||
"ldrb",
|
"iostream",
|
||||||
"ldrh",
|
"ldrb",
|
||||||
"lname",
|
"ldrh",
|
||||||
"memcpy",
|
"lname",
|
||||||
"pimm",
|
"memcpy",
|
||||||
"pseudocode",
|
"pimm",
|
||||||
"regs",
|
"pseudocode",
|
||||||
"simm",
|
"regs",
|
||||||
"smaddl",
|
"simm",
|
||||||
"stringstream",
|
"smaddl",
|
||||||
"strncpy",
|
"stringstream",
|
||||||
"struct",
|
"strncpy",
|
||||||
"structs"
|
"struct",
|
||||||
],
|
"structs"
|
||||||
|
],
|
||||||
"markdownlint.config": {
|
"markdownlint.config": {
|
||||||
"MD024":false
|
"MD024":false
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue