This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: je,pn : Is it an intel instruction ?


On Wed, Feb 08, 2006 at 07:28:37PM +0530, Sandeep Kumar wrote:
> Hello everyone,
> While using objdump with the -S option the assembly for the above code is shown
> 
> 2e 74 c0          je,pn 8048....
> 
> 2e is a cs_  prefix and 74 is opcode for jmp with 8 bit displacement.
> 
> Then why is the objdump showing : je,pn . Does it have some other
> significance ?
> Is je,pn an instruction in intel machines ?
> We can also see je,pa at places.
> 
> And where is the cs : prefix gone in the assembly source code ?

Do you have .s and .o to show this?


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]