asm_book/.vscode/settings.json
Perry Kivolowitz 0289755145 something
2023-05-05 09:58:01 -05:00

82 lines
No EOL
1.4 KiB
JSON

{
"cSpell.words": [
"AARCH",
"argc",
"argv",
"asciz",
"cbnz",
"cout",
"csel",
"dptr",
"FCVTAS",
"fcvtz",
"fildes",
"fizzbuzz",
"fname",
"Formulus",
"fptr",
"funcs",
"getpid",
"iostream",
"ldrb",
"ldrh",
"lname",
"lseek",
"memcpy",
"pimm",
"pseudocode",
"regs",
"setfill",
"simm",
"smaddl",
"sreg",
"stringstream",
"strlen",
"strncpy",
"struct",
"structs",
"wreg",
"xreg"
],
"markdownlint.config": {
"MD024":false
},
"cSpell.ignoreWords": [
"Athanasios",
"BIASD",
"BIASF",
"Pavlidis",
"Rypo",
"SIZD",
"SIZF",
"amining",
"bitfields",
"dless",
"dmore",
"fcvtms",
"fcvtps",
"fcvtta",
"foov",
"iant",
"ndless",
"ndmore",
"nvless",
"nvmore",
"onditionally",
"onsole",
"rint",
"rotypo",
"rwtypo",
"slen",
"ssize",
"stdinp",
"vless",
"vmore"
],
"files.associations": {
"ostream": "cpp",
"iomanip": "cpp",
"atomic": "cpp",
"unistd.h": "c"
}
}