Page 1 of 1

what's the difference between them?

Posted: Mon Aug 25, 2003 12:09 am
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 !

Re:what's the difference between them?

Posted: Mon Aug 25, 2003 5:05 am
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 :-(

Re:what's the difference between them?

Posted: Tue Aug 26, 2003 8:11 am
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..