impr(language): lowercase all assembly words for easier practice

This commit is contained in:
Miodec 2024-07-01 13:07:19 +02:00
parent aa46f78909
commit 0b16dcefca

View file

@ -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"
]
}