mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 02:06:48 +08:00
who knows
This commit is contained in:
parent
ff2f8a4347
commit
77a13a5081
1 changed files with 27 additions and 26 deletions
53
.vscode/settings.json
vendored
53
.vscode/settings.json
vendored
|
|
@ -1,31 +1,32 @@
|
|||
{
|
||||
"cSpell.words": [
|
||||
"AARCH",
|
||||
"argc",
|
||||
"argv",
|
||||
"asciz",
|
||||
"cbnz",
|
||||
"cout",
|
||||
"csel",
|
||||
"fizzbuzz",
|
||||
"fname",
|
||||
"Formulus",
|
||||
"funcs",
|
||||
"iostream",
|
||||
"ldrb",
|
||||
"ldrh",
|
||||
"lname",
|
||||
"memcpy",
|
||||
"pimm",
|
||||
"pseudocode",
|
||||
"regs",
|
||||
"simm",
|
||||
"smaddl",
|
||||
"stringstream",
|
||||
"strncpy",
|
||||
"struct",
|
||||
"structs"
|
||||
],
|
||||
"AARCH",
|
||||
"argc",
|
||||
"argv",
|
||||
"asciz",
|
||||
"cbnz",
|
||||
"cout",
|
||||
"csel",
|
||||
"FCVTAS",
|
||||
"fizzbuzz",
|
||||
"fname",
|
||||
"Formulus",
|
||||
"funcs",
|
||||
"iostream",
|
||||
"ldrb",
|
||||
"ldrh",
|
||||
"lname",
|
||||
"memcpy",
|
||||
"pimm",
|
||||
"pseudocode",
|
||||
"regs",
|
||||
"simm",
|
||||
"smaddl",
|
||||
"stringstream",
|
||||
"strncpy",
|
||||
"struct",
|
||||
"structs"
|
||||
],
|
||||
"markdownlint.config": {
|
||||
"MD024":false
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue