Little-Endian architecture...

Reply

Join Date: Jul 2008
Posts: 20
Reputation: saneeha is an unknown quantity at this point 
Solved Threads: 0
saneeha saneeha is offline Offline
Newbie Poster

Little-Endian architecture...

 
0
  #1
May 12th, 2009
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..
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 628
Reputation: Xlphos is an unknown quantity at this point 
Solved Threads: 75
Xlphos's Avatar
Xlphos Xlphos is offline Offline
Practically a Master Poster

Re: Little-Endian architecture...

 
0
  #2
May 12th, 2009
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.
I don't mind helping but please mark your thread as solved once the problem is sorted. If you figure it out tell us how you did it, don't just abandon your thread!
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 109
Reputation: winrawr is an unknown quantity at this point 
Solved Threads: 1
winrawr's Avatar
winrawr winrawr is offline Offline
Junior Poster

Re: Little-Endian architecture...

 
0
  #3
May 12th, 2009
Originally Posted by Xlphos View Post
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.
I wake up! And my mind's out, never again will I sell out. Converting vegetarians.
Into the midnight giving it to you, I don't know it just feels right.
This is the time of the revolution, Cooking the next step.
Converting vegetarians, minding the gap since 1996
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 628
Reputation: Xlphos is an unknown quantity at this point 
Solved Threads: 75
Xlphos's Avatar
Xlphos Xlphos is offline Offline
Practically a Master Poster

Re: Little-Endian architecture...

 
0
  #4
May 12th, 2009
Okay, my bad I had never heard of 'endian' before, never mind eh?

So there you go saneeha;

Originally Posted by winrawr View Post
And yes, as far as I know, Windows XP uses the little endian encoding system.
I don't mind helping but please mark your thread as solved once the problem is sorted. If you figure it out tell us how you did it, don't just abandon your thread!
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 20
Reputation: saneeha is an unknown quantity at this point 
Solved Threads: 0
saneeha saneeha is offline Offline
Newbie Poster

Re: Little-Endian architecture...

 
0
  #5
May 21st, 2009
Thank alot 4 ur help..

I finally conclude that xp is based on little endian architecture...
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Windows NT / 2000 / XP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC