943,905 Members | Top Members by Rank

Ad:
May 12th, 2009
0

Little-Endian architecture...

Expand Post »
I am using windows xp...
I need to know what architecture (little or big) my machine is
using...???

I have read that xp is always based on little Endian.. Is it true??
plz help..
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
saneeha is offline Offline
20 posts
since Jul 2008
May 12th, 2009
0

Re: Little-Endian architecture...

Hello, I am not too sure what you are asking.

Usually when I talk about system architecture I refer to 32-bit or 64 bit architecture. Broadly I would say it is to do with design and operation of the computer.

I think you are confused with sizes. I would say you have 32-bit or 64-bit architecture size is of no concern.
Reputation Points: 32
Solved Threads: 116
Veteran Poster
Xlphos is offline Offline
1,073 posts
since Apr 2008
May 12th, 2009
0

Re: Little-Endian architecture...

Click to Expand / Collapse  Quote originally posted by Xlphos ...
Hello, I am not too sure what you are asking.

Usually when I talk about system architecture I refer to 32-bit or 64 bit architecture. Broadly I would say it is to do with design and operation of the computer.

I think you are confused with sizes. I would say you have 32-bit or 64-bit architecture size is of no concern.
lol, he's referring to the byte-order his operating system uses when storing data. say a 16 bit integer needs to be stored in memory by a program. It can either be stored in little endian format, or big endian format. Think of "endian" meaning end. so little end or big end. Since a 16 bit integer takes up two bytes in memory--this refers to whether the "big end" (the high order byte) or "little end" (low order byte) comes first in its storage.
Lets store 41654 as an unsigned integer in memory. 41654 is A2B6 in hex, which is two bytes of memory. A2 is the big end, B6 is the little end, so big endian format would store this as A2 B6 and little endian would store it as B6 A2. This is important when reading data which has been sent from another system which may use a different format, or when it's not implicit which format was used to write the data out to memory.

And yes, as far as I know, Windows XP uses the little endian encoding system.
Reputation Points: 19
Solved Threads: 1
Junior Poster
winrawr is offline Offline
110 posts
since Dec 2008
May 12th, 2009
0

Re: Little-Endian architecture...

Okay, my bad I had never heard of 'endian' before, never mind eh?

So there you go saneeha;

Click to Expand / Collapse  Quote originally posted by winrawr ...
And yes, as far as I know, Windows XP uses the little endian encoding system.
Reputation Points: 32
Solved Threads: 116
Veteran Poster
Xlphos is offline Offline
1,073 posts
since Apr 2008
May 21st, 2009
0

Re: Little-Endian architecture...

Thank alot 4 ur help..

I finally conclude that xp is based on little endian architecture...
Reputation Points: 10
Solved Threads: 0
Newbie Poster
saneeha is offline Offline
20 posts
since Jul 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Windows NT / 2000 / XP Forum Timeline: Create xp logon for existing account
Next Thread in Windows NT / 2000 / XP Forum Timeline: How to monitor all file access realtime?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC