1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| plus(int,int,int,int,int,int,int,int): mov dword ptr [rsp + 0x20], r9d mov dword ptr [rsp + 0x18], r8d mov dword ptr [rsp + 0x10], edx mov dword ptr [rsp + 0x8], ecx push rdi sub rsp, 0x10 mov eax, dword ptr [rsp + 0x28] mov ecx, dword ptr [rsp + 0x20] add ecx, eax mov eax, ecx add eax, dword ptr [rsp + 0x30] add eax, dword ptr [rsp + 0x38] add eax, dword ptr [rsp + 0x40] add eax, dword ptr [rsp + 0x48] add eax, dword ptr [rsp + 0x50] add eax, dword ptr [rsp + 0x58] mov dword ptr [rsp], eax mov eax, dword ptr [rsp] add rsp, 0x10 pop rdi ret
|