请问在DSP的资料中endian怎么翻译,具体是什么意思啊?大家不要见笑,谢谢了!

- UID
- 75476
- 性别
- 男
|
哦,这个问题挺典型的呢, 呵呵。
事实上,有两种endian: big endian 和 little endian,这两种约定是针对一个word 中高低字节与内存单元地址(字节地址)的关系。不妨假设一个word 有两个字节: hi_byte 和low_byte, 如果hi_byte 在高地址,low_byte 在低地址,就是little endian,反之,如果hi_byte 在低地址,low_byte 在高地址,就是big endian。 |
|
|
|
|
|