88 lines
1000 B
JSON
88 lines
1000 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|