This is the mail archive of the binutils@sources.redhat.com 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]

"Endian and objdump"


Hi

   I have a question about the endianess.

   If an assembler is configured as the little endian mode
for both the host (Linux) and the target, and the binary
code expected should looks like

	0x01020304

   Then using 'objdump', should we expect to see?

   		0: 0x01020304
		4:

    or
		0: 0x04030201
		4:

    I.e., on the display screen, which side is the lower end (left or
right) ?

Thanks

			
-- 
Dr. Xinan Tang                    Member of Technical Staff
EMail: xinant@cognigine.com  	  Cognigine Corp.
Voice: 510.743.4930               6120 Stevenson Boulevard
Fax:   510.743.4910               Fremont, CA  94538


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