回复: One question

Carlo Wood carlo@runaway.xs4all.nl
Thu Aug 13 17:12:00 GMT 1998


| 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>



More information about the Gcc mailing list