- Assembly x86 to machine code [closed]
- mov ebp, 11707336 ; move 11707336hex to register ebp
- sal ebp, 8 ; shift left 8 bits (I need 70733600 at ebp)
- jmp 66661149 ; I guess that in machine code it will be offset and not a direct
- ; address, so this command is at 0012ED1C