Guest User

Untitled

a guest
Sep 4th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ABAP 0.28 KB | None | 0 0
  1. mov eax,0xAA004400        ; set EAX to 0xAA004400
  2. push eax
  3. dec esp
  4. pop eax                   ; EAX = 0x004400??
  5. add eax,0x33005500        ; EAX = 0x334455??
  6. mov al,0x0                ; EAX = 0x33445500
  7. mov ecx,0xAA006600
  8. add al,ch                 ; EAX now contains 0x33445566
Add Comment
Please, Sign In to add comment