Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 18th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Assembly x86 to machine code [closed]
  2. mov ebp, 11707336    ; move 11707336hex to register ebp
  3.  
  4. sal ebp, 8           ; shift left 8 bits (I need 70733600 at ebp)
  5.  
  6. jmp 66661149         ; I guess that in machine code it will be offset and not a direct
  7.                      ; address, so this command is at 0012ED1C