adding monkeytype
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled

This commit is contained in:
Benjamin Falch
2026-04-23 13:53:44 +02:00
parent e214a2fd35
commit 2bc741fb78
1930 changed files with 7590652 additions and 0 deletions

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