This commit is contained in:
87
frontend/static/languages/code_assembly.json
Normal file
87
frontend/static/languages/code_assembly.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user