aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMiodec <[email protected]>2024-07-01 13:07:19 +0200
committerMiodec <[email protected]>2024-07-01 13:07:22 +0200
commit0b16dcefca48a4b7a95b332224050093382b0f38 (patch)
treebeb99a5f40fe56ce048b9fc53feb0b8eec386a87
parentaa46f78909a24a702929912fc1321a34d698cdce (diff)
downloadmonkeytype-0b16dcefca48a4b7a95b332224050093382b0f38.tar.gz
monkeytype-0b16dcefca48a4b7a95b332224050093382b0f38.zip
impr(language): lowercase all assembly words for easier practice
-rw-r--r--frontend/static/languages/code_assembly.json162
1 files changed, 81 insertions, 81 deletions
diff --git a/frontend/static/languages/code_assembly.json b/frontend/static/languages/code_assembly.json
index 3dae006cd..5e143f5f1 100644
--- a/frontend/static/languages/code_assembly.json
+++ b/frontend/static/languages/code_assembly.json
@@ -2,86 +2,86 @@
"name": "code_assembly",
"noLazyMode": true,
"words": [
- "AAA",
- "AAD",
- "AAM",
- "AAS",
- "ADC",
- "ADD",
- "AND",
- "CALL",
- "CBW",
- "CLC",
- "CLD",
- "CLI",
- "CMC",
- "CMP",
- "CMPSB",
- "CMPSW",
- "CWD",
- "DAA",
- "DAS",
- "DEC",
- "DIV",
- "ESC",
- "HLT",
- "IDIV",
- "IMUL",
- "IN",
- "INC",
- "INT",
- "INTO",
- "IRET",
- "Jcc",
- "JCXZ",
- "JMP",
- "LAHF",
- "LDS",
- "LEA",
- "LES",
- "LOCK",
- "LODSB",
- "LODSW",
- "LOOP",
- "MOV",
- "MOVSB",
- "MOVSW",
- "MUL",
- "NEG",
- "NOP",
- "NOT",
- "OR",
- "OUT",
- "POP",
- "POPF",
- "PUSH",
- "PUSHF",
- "RCL",
- "RCR",
- "REPxx",
- "RET",
- "RETN",
- "RETF",
- "ROL",
- "ROR",
- "SAHF",
- "SAL",
- "SAR",
- "SBB",
- "SCASB",
- "SCASW",
- "SHL",
- "SHR",
- "STC",
- "STD",
- "STI",
- "STOSB",
- "STOSW",
- "SUB",
- "TEST",
- "WAIT",
- "XCHG",
- "XLAT",
- "XOR"
+ "aaa",
+ "aad",
+ "aam",
+ "aas",
+ "adc",
+ "add",
+ "and",
+ "call",
+ "cbw",
+ "clc",
+ "cld",
+ "cli",
+ "cmc",
+ "cmp",
+ "cmpsb",
+ "cmpsw",
+ "cwd",
+ "daa",
+ "das",
+ "dec",
+ "div",
+ "esc",
+ "hlt",
+ "idiv",
+ "imul",
+ "in",
+ "inc",
+ "int",
+ "into",
+ "iret",
+ "jcc",
+ "jcxz",
+ "jmp",
+ "lahf",
+ "lds",
+ "lea",
+ "les",
+ "lock",
+ "lodsb",
+ "lodsw",
+ "loop",
+ "mov",
+ "movsb",
+ "movsw",
+ "mul",
+ "neg",
+ "nop",
+ "not",
+ "or",
+ "out",
+ "pop",
+ "popf",
+ "push",
+ "pushf",
+ "rcl",
+ "rcr",
+ "repxx",
+ "ret",
+ "retn",
+ "retf",
+ "rol",
+ "ror",
+ "sahf",
+ "sal",
+ "sar",
+ "sbb",
+ "scasb",
+ "scasw",
+ "shl",
+ "shr",
+ "stc",
+ "std",
+ "sti",
+ "stosb",
+ "stosw",
+ "sub",
+ "test",
+ "wait",
+ "xchg",
+ "xlat",
+ "xor"
]
}