Last active
February 12, 2018 06:26
-
-
Save uchan-nos/3ee4abaea63ec85b46ffe45ccb09f322 to your computer and use it in GitHub Desktop.
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
| __attribute__ ((no_caller_saved_registers)) | |
| extern "C" void Inthandler40(void) | |
| { | |
| ... | |
| 0000000000100920 <Inthandler40>: | |
| 100920: 55 push rbp | |
| 100921: 48 89 e5 mov rbp,rsp | |
| 100924: 50 push rax | |
| 100925: 41 53 push r11 | |
| 100927: 41 52 push r10 | |
| 100929: 41 51 push r9 | |
| 10092b: 41 50 push r8 | |
| 10092d: 57 push rdi | |
| 10092e: 56 push rsi | |
| 10092f: 52 push rdx | |
| 100930: 51 push rcx | |
| 100931: 48 81 ec 18 01 00 00 sub rsp,0x118 | |
| 100938: 44 0f 29 7d a0 movaps XMMWORD PTR [rbp-0x60],xmm15 | |
| 10093d: 44 0f 29 75 90 movaps XMMWORD PTR [rbp-0x70],xmm14 | |
| 100942: 44 0f 29 6d 80 movaps XMMWORD PTR [rbp-0x80],xmm13 | |
| 100947: 44 0f 29 a5 70 ff ff movaps XMMWORD PTR [rbp-0x90],xmm12 | |
| 10094e: ff | |
| 10094f: 44 0f 29 9d 60 ff ff movaps XMMWORD PTR [rbp-0xa0],xmm11 | |
| 100956: ff | |
| 100957: 44 0f 29 95 50 ff ff movaps XMMWORD PTR [rbp-0xb0],xmm10 | |
| 10095e: ff | |
| 10095f: 44 0f 29 8d 40 ff ff movaps XMMWORD PTR [rbp-0xc0],xmm9 | |
| 100966: ff | |
| 100967: 44 0f 29 85 30 ff ff movaps XMMWORD PTR [rbp-0xd0],xmm8 | |
| 10096e: ff | |
| 10096f: 0f 29 bd 20 ff ff ff movaps XMMWORD PTR [rbp-0xe0],xmm7 | |
| 100976: 0f 29 b5 10 ff ff ff movaps XMMWORD PTR [rbp-0xf0],xmm6 | |
| 10097d: 0f 29 ad 00 ff ff ff movaps XMMWORD PTR [rbp-0x100],xmm5 | |
| 100984: 0f 29 a5 f0 fe ff ff movaps XMMWORD PTR [rbp-0x110],xmm4 | |
| 10098b: 0f 29 9d e0 fe ff ff movaps XMMWORD PTR [rbp-0x120],xmm3 | |
| 100992: 0f 29 95 d0 fe ff ff movaps XMMWORD PTR [rbp-0x130],xmm2 | |
| 100999: 0f 29 8d c0 fe ff ff movaps XMMWORD PTR [rbp-0x140],xmm1 | |
| 1009a0: 0f 29 85 b0 fe ff ff movaps XMMWORD PTR [rbp-0x150],xmm0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment