This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: =?utf-8?B?5Zue5aSNOiBPbmUgcXVlc3Rpb24=?=


| I am confused about some terms like "endian-ness", "RISC-based machines"
| and "vice-vesa", could you give me a concise explain. so many thanks.
| 
| Zhu Min

Endian-ness is the order in which the bytes are stored:

Little endian == 1234
Big endian    == 4321

Thus, low byte first, or most significant byte first.

"RISC-based machines", as opposed to "Intel machines"
are just a "classical" example of two little endian,
and big endian machines respectively (risc is a cpu
type).

"and vice-versa" means 'and the other way around'.

-- 
 Carlo Wood  <carlo@runaway.xs4all.nl>


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