mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 07:28:04 +08:00
spelling words
This commit is contained in:
parent
3337e122cc
commit
80f0e94b48
1 changed files with 32 additions and 29 deletions
61
.vscode/settings.json
vendored
61
.vscode/settings.json
vendored
|
|
@ -1,34 +1,37 @@
|
||||||
{
|
{
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"AARCH",
|
"AARCH",
|
||||||
"argc",
|
"argc",
|
||||||
"argv",
|
"argv",
|
||||||
"asciz",
|
"asciz",
|
||||||
"cbnz",
|
"cbnz",
|
||||||
"cout",
|
"cout",
|
||||||
"csel",
|
"csel",
|
||||||
"FCVTAS",
|
"FCVTAS",
|
||||||
"fcvtz",
|
"fcvtz",
|
||||||
"fizzbuzz",
|
"fildes",
|
||||||
"fname",
|
"fizzbuzz",
|
||||||
"Formulus",
|
"fname",
|
||||||
"funcs",
|
"Formulus",
|
||||||
"iostream",
|
"funcs",
|
||||||
"ldrb",
|
"getpid",
|
||||||
"ldrh",
|
"iostream",
|
||||||
"lname",
|
"ldrb",
|
||||||
"memcpy",
|
"ldrh",
|
||||||
"pimm",
|
"lname",
|
||||||
"pseudocode",
|
"lseek",
|
||||||
"regs",
|
"memcpy",
|
||||||
"simm",
|
"pimm",
|
||||||
"smaddl",
|
"pseudocode",
|
||||||
"stringstream",
|
"regs",
|
||||||
"strlen",
|
"simm",
|
||||||
"strncpy",
|
"smaddl",
|
||||||
"struct",
|
"stringstream",
|
||||||
"structs"
|
"strlen",
|
||||||
],
|
"strncpy",
|
||||||
|
"struct",
|
||||||
|
"structs"
|
||||||
|
],
|
||||||
"markdownlint.config": {
|
"markdownlint.config": {
|
||||||
"MD024":false
|
"MD024":false
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue