Encyclopedia > X86-jmp

  Article Content

X86-jmp

"JMP" is a mnemonic used in x86 assembly language.

unconditional jump (JuMP) to the address that follows, like this:

 JMP 0x89AB          ; loads IP with the new value 0x89AB
 JMP 0xACDC:0x5578   ; loads CS with 0xACDC and IP with 0x5578
                     ; only works in real mode

 JMP 0x56789AB1      ; loads IP with the value 0x56789AB1
                     ; only works in protected mode



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Wheatley Heights, New York

... the population is spread out with 30.3% under the age of 18, 8.1% from 18 to 24, 29.9% from 25 to 44, 23.8% from 45 to 64, and 7.9% who are 65 years of age or older. Th ...

 
 
 
This page was created in 28.2 ms