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
BBC News 24

... influential (to a certain limited extent) in promoting the take-up of digital television. BBC News 24 broadcasts from the BBC News Centre in BBC Television Centre, West ...

 
 
 
This page was created in 19.8 ms