Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
JMP (x86 instruction)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Short and Near Jumps == === Short Jump === * The '''relative offset''' is an 8-bit signed value (<code>rel8</code>), specifying the distance from the current <code>EIP</code>. * The <code>CS</code> register remains unchanged. === Near Jump === * The target is within the current code segment and can be: ** An '''absolute offset''' (loaded directly into <code>EIP</code>). ** A '''relative offset''' (<code>rel16</code> or <code>rel32</code>), calculated from the current <code>EIP</code>. '''Operand Size''' * For absolute offsets: ** '''16-bit mode''' clears the upper two bytes of <code>EIP</code>. ** '''32-bit mode''' allows the full offset range. * For relative offsets, the size (<code>8, 16, or 32 bits</code>) depends on the instruction opcode and operand size attribute. ----
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)