It looks like you're new here. If you want to get involved, click one of these buttons!
pop [memory address]
pop eax ; Pop the eax register off the stack
push [memory address]
push ebp ; Push ebp onto stack
mov [memory address], [memory address]
mov esi,0x400e74 ; Move 0x400e74 into the value of esi
jmp [memory address]
jmp eax ; Set EIP to current eax register
cmp [memory address], [memory address]
cmp eax, esp ; Compare eax register and esp register
add [destination], [source]
add esx, ebx ; Add ebx into esx
inc [memory address]
inc ebx ; Increment ebx by one
eip
esp
eax
edx
ecx
edx
ebx
esi
ebp