ASM x86 relative JMP

Posted by benlaug on Stack Overflow See other posts from Stack Overflow or by benlaug
Published on 2010-03-21T22:51:40Z Indexed on 2010/03/21 23:01 UTC
Read the original article Hit count: 340

Filed under:
|
|

Hi,

I'm doing some ASM code in a C code with the asm function.

My environment is DVL with gcc version 3.

Hi need to make a JMP to a relative address like %eip+0x1f.

How can I do this ?

Thanks

© Stack Overflow or respective owner

Related posts about assembly

Related posts about x86