who knows

This commit is contained in:
Perry Kivolowitz 2022-07-20 20:07:49 -05:00
parent ff2f8a4347
commit 77a13a5081

53
.vscode/settings.json vendored
View file

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