spelling words

This commit is contained in:
Perry Kivolowitz 2023-01-14 14:36:16 -06:00
parent 3337e122cc
commit 80f0e94b48

61
.vscode/settings.json vendored
View file

@ -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
}, },