what's the difference between them?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
cxsnew

what's the difference between them?

Post by cxsnew »

in AT&T syntax:what is the difference between ljmp and jmpl
instruction?The execution result is not same when just only replace the ljmp with jmpl !
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:what's the difference between them?

Post by Pype.Clicker »

what about checking which instruction correspond to it with ndisasm on code you assembled with as ?

that's all i can offer: my knowledge of at&t doesn't go *that* far.

ps: better keep away from red font: it's barely readable on blue background :-(
mystran

Re:what's the difference between them?

Post by mystran »

cxsnew wrote: in AT&T syntax:what is the difference between ljmp and jmpl
instruction?The execution result is not same when just only replace the ljmp with jmpl !

IIRC:

ljmp is long jump.
jmpl is a jump, with "long" address..
Post Reply