Created
January 1, 2009 05:33
-
-
Save syoyo/42190 to your computer and use it in GitHub Desktop.
This file contains 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
(gdb) x/16i 0xd123010 | |
0xd123010: mov 0x4(%esp),%eax | |
0xd123014: movaps (%eax),%xmm0 | |
0xd123017: movaps %xmm0,0xd123060 | |
0xd12301e: movaps 0x10(%eax),%xmm0 | |
0xd123022: movaps %xmm0,0xd123070 | |
0xd123029: movaps 0x20(%eax),%xmm0 | |
0xd12302d: movaps %xmm0,0xd123080 | |
0xd123034: movaps 0x30(%eax),%xmm0 | |
0xd123038: movaps %xmm0,0xd123090 | |
0xd12303f: movaps 0x40(%eax),%xmm0 | |
0xd123043: movaps %xmm0,0xd1230a0 | |
0xd12304a: ret | |
0xd12304b: add %al,(%eax) | |
0xd12304d: add %al,(%eax) | |
0xd12304f: add %al,(%eax) | |
0xd123051: add %al,(%eax) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment