Created
September 6, 2014 14:19
-
-
Save ntddk/9ce39d117bc5dfc0d1f8 to your computer and use it in GitHub Desktop.
x86命令辞書
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
06 push es 独立語 | |
07 pop es 独立語 | |
0え push cs 独立語 | |
16 push ss 独立語 | |
17 pop ss 独立語 | |
1え push ds 独立語 | |
1f pop ds 独立語 | |
27 daa 独立語 | |
2f das 独立語 | |
37 aaa 独立語 | |
3f aas 独立語 | |
40 inc eax 独立語 | |
41 inc ecx 独立語 | |
42 inc edx 独立語 | |
43 inc ebx 独立語 | |
44 inc esp 独立語 | |
45 inc ebp 独立語 | |
46 inc esi 独立語 | |
47 inc edi 独立語 | |
48 dec eax 独立語 | |
49 dec ecx 独立語 | |
4あ dec edx 独立語 | |
4b dec ebx 独立語 | |
4c dec esp 独立語 | |
4d dec ebp 独立語 | |
4え dec esi 独立語 | |
4f dec edi 独立語 | |
50 push eax 独立語 | |
51 push ecx 独立語 | |
52 push edx 独立語 | |
53 push ebx 独立語 | |
54 push esp 独立語 | |
55 push ebp 独立語 | |
56 push esi 独立語 | |
57 push edi 独立語 | |
58 pop eax 独立語 | |
59 pop ecx 独立語 | |
5あ pop edx 独立語 | |
5b pop ebx 独立語 | |
5c pop esp 独立語 | |
5d pop edp 独立語 | |
5え pop esi 独立語 | |
5f pop edi 独立語 | |
6c insb 独立語 | |
6d insw 独立語 | |
6え outsb 独立語 | |
6f outsw 独立語 | |
90 nop 独立語 | |
91 xchg ecx, eax 独立語 | |
92 xchg edx, eax 独立語 | |
93 xchg ebx, eax 独立語 | |
94 xchg esp, eax 独立語 | |
95 xchg ebp, eax 独立語 | |
96 xchg esi, eax 独立語 | |
97 xchg edi, eax 独立語 | |
9b wait 独立語 | |
9え sahf 独立語 | |
9f lahf 独立語 | |
c3 ret 独立語 | |
c9 leave 独立語 | |
cb retf 独立語 | |
cc int3 独立語 | |
せ into 独立語 | |
えc in al, dx 独立語 | |
えd in eax, dx 独立語 | |
ええ out dx, al 独立語 | |
えf out dx, eax 独立語 | |
f4 hlt 独立語 | |
f5 cmc 独立語 | |
f8 clc 独立語 | |
f9 stc 独立語 | |
ふぁ cli 独立語 | |
fb sti 独立語 | |
fc cld 独立語 | |
fd std 独立語 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://ujigami.net/2014/06/made-own-dictionary-for-x86/ より,mozc等で利用可能.