mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 02:06:48 +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": [
|
||||
"AARCH",
|
||||
"argc",
|
||||
"argv",
|
||||
"asciz",
|
||||
"cbnz",
|
||||
"cout",
|
||||
"csel",
|
||||
"FCVTAS",
|
||||
"fcvtz",
|
||||
"fizzbuzz",
|
||||
"fname",
|
||||
"Formulus",
|
||||
"funcs",
|
||||
"iostream",
|
||||
"ldrb",
|
||||
"ldrh",
|
||||
"lname",
|
||||
"memcpy",
|
||||
"pimm",
|
||||
"pseudocode",
|
||||
"regs",
|
||||
"simm",
|
||||
"smaddl",
|
||||
"stringstream",
|
||||
"strlen",
|
||||
"strncpy",
|
||||
"struct",
|
||||
"structs"
|
||||
],
|
||||
"AARCH",
|
||||
"argc",
|
||||
"argv",
|
||||
"asciz",
|
||||
"cbnz",
|
||||
"cout",
|
||||
"csel",
|
||||
"FCVTAS",
|
||||
"fcvtz",
|
||||
"fildes",
|
||||
"fizzbuzz",
|
||||
"fname",
|
||||
"Formulus",
|
||||
"funcs",
|
||||
"getpid",
|
||||
"iostream",
|
||||
"ldrb",
|
||||
"ldrh",
|
||||
"lname",
|
||||
"lseek",
|
||||
"memcpy",
|
||||
"pimm",
|
||||
"pseudocode",
|
||||
"regs",
|
||||
"simm",
|
||||
"smaddl",
|
||||
"stringstream",
|
||||
"strlen",
|
||||
"strncpy",
|
||||
"struct",
|
||||
"structs"
|
||||
],
|
||||
"markdownlint.config": {
|
||||
"MD024":false
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue