TEXT   32
pushfd pop dword
Guest on 17th March 2023 01:25:46 PM


  1. pushfd; pop dword [r.flags]; cld
  2.    mov eax, [esp + 13 * 4]; mov [r.eax], eax
  3.    mov eax, [esp + 10 * 4]; mov [r.ebx], eax
  4.    mov eax, [esp + 12 * 4]; mov [r.ecx], eax
  5.    mov eax, [esp + 11 * 4]; mov [r.edx], eax
  6.    mov eax, [esp +  7 * 4]; mov [r.esi], eax
  7.    mov eax, [esp +  6 * 4]; mov [r.edi], eax
  8.    mov eax, [esp +  8 * 4]; mov [r.ebp], eax
  9.    mov eax, [esp +  9 * 4]; mov [r.esp], eax
  10.    mov eax, [esp + 16 * 4]; mov [r.eip], eax

Raw Paste

Login or Register to edit or fork this paste. It's free.