1 |
38 |
julius |
#objdump: -dw
|
2 |
|
|
#name: i386 rep prefix
|
3 |
|
|
|
4 |
|
|
.*: +file format .*
|
5 |
|
|
|
6 |
|
|
Disassembly of section .text:
|
7 |
|
|
|
8 |
|
|
0+ <_start>:
|
9 |
|
|
0: f3 6c[ ]+rep insb \(%dx\),%es:\(%edi\)
|
10 |
|
|
2: f3 6e[ ]+rep outsb %ds:\(%esi\),\(%dx\)
|
11 |
|
|
4: f3 a4[ ]+rep movsb %ds:\(%esi\),%es:\(%edi\)
|
12 |
|
|
6: f3 ac[ ]+rep lods %ds:\(%esi\),%al
|
13 |
|
|
8: f3 aa[ ]+rep stos %al,%es:\(%edi\)
|
14 |
|
|
a: f3 a6[ ]+repz cmpsb %es:\(%edi\),%ds:\(%esi\)
|
15 |
|
|
c: f3 ae[ ]+repz scas %es:\(%edi\),%al
|
16 |
|
|
e: 66 f3 6d[ ]+rep insw \(%dx\),%es:\(%edi\)
|
17 |
|
|
11: 66 f3 6f[ ]+rep outsw %ds:\(%esi\),\(%dx\)
|
18 |
|
|
14: 66 f3 a5[ ]+rep movsw %ds:\(%esi\),%es:\(%edi\)
|
19 |
|
|
17: 66 f3 ad[ ]+rep lods %ds:\(%esi\),%ax
|
20 |
|
|
1a: 66 f3 ab[ ]+rep stos %ax,%es:\(%edi\)
|
21 |
|
|
1d: 66 f3 a7[ ]+repz cmpsw %es:\(%edi\),%ds:\(%esi\)
|
22 |
|
|
20: 66 f3 af[ ]+repz scas %es:\(%edi\),%ax
|
23 |
|
|
23: f3 6d[ ]+rep insl \(%dx\),%es:\(%edi\)
|
24 |
|
|
25: f3 6f[ ]+rep outsl %ds:\(%esi\),\(%dx\)
|
25 |
|
|
27: f3 a5[ ]+rep movsl %ds:\(%esi\),%es:\(%edi\)
|
26 |
|
|
29: f3 ad[ ]+rep lods %ds:\(%esi\),%eax
|
27 |
|
|
2b: f3 ab[ ]+rep stos %eax,%es:\(%edi\)
|
28 |
|
|
2d: f3 a7[ ]+repz cmpsl %es:\(%edi\),%ds:\(%esi\)
|
29 |
|
|
2f: f3 af[ ]+repz scas %es:\(%edi\),%eax
|
30 |
|
|
31: 67 f3 6c[ ]+rep addr16 insb \(%dx\),%es:\(%di\)
|
31 |
|
|
34: 67 f3 6e[ ]+rep addr16 outsb %ds:\(%si\),\(%dx\)
|
32 |
|
|
37: 67 f3 a4[ ]+rep addr16 movsb %ds:\(%si\),%es:\(%di\)
|
33 |
|
|
3a: 67 f3 ac[ ]+rep addr16 lods %ds:\(%si\),%al
|
34 |
|
|
3d: 67 f3 aa[ ]+rep addr16 stos %al,%es:\(%di\)
|
35 |
|
|
40: 67 f3 a6[ ]+repz addr16 cmpsb %es:\(%di\),%ds:\(%si\)
|
36 |
|
|
43: 67 f3 ae[ ]+repz addr16 scas %es:\(%di\),%al
|
37 |
|
|
46: 67 66 f3 6d[ ]+rep addr16 insw \(%dx\),%es:\(%di\)
|
38 |
|
|
4a: 67 66 f3 6f[ ]+rep addr16 outsw %ds:\(%si\),\(%dx\)
|
39 |
|
|
4e: 67 66 f3 a5[ ]+rep addr16 movsw %ds:\(%si\),%es:\(%di\)
|
40 |
|
|
52: 67 66 f3 ad[ ]+rep addr16 lods %ds:\(%si\),%ax
|
41 |
|
|
56: 67 66 f3 ab[ ]+rep addr16 stos %ax,%es:\(%di\)
|
42 |
|
|
5a: 67 66 f3 a7[ ]+repz addr16 cmpsw %es:\(%di\),%ds:\(%si\)
|
43 |
|
|
5e: 67 66 f3 af[ ]+repz addr16 scas %es:\(%di\),%ax
|
44 |
|
|
62: 67 f3 6d[ ]+rep addr16 insl \(%dx\),%es:\(%di\)
|
45 |
|
|
65: 67 f3 6f[ ]+rep addr16 outsl %ds:\(%si\),\(%dx\)
|
46 |
|
|
68: 67 f3 a5[ ]+rep addr16 movsl %ds:\(%si\),%es:\(%di\)
|
47 |
|
|
6b: 67 f3 ad[ ]+rep addr16 lods %ds:\(%si\),%eax
|
48 |
|
|
6e: 67 f3 ab[ ]+rep addr16 stos %eax,%es:\(%di\)
|
49 |
|
|
71: 67 f3 a7[ ]+repz addr16 cmpsl %es:\(%di\),%ds:\(%si\)
|
50 |
|
|
74: 67 f3 af[ ]+repz addr16 scas %es:\(%di\),%eax
|
51 |
|
|
...
|