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 !
what's the difference between them?
- Pype.Clicker
- 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?
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
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?
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..