标签: endianness
我正在开发一个小端系统。假设我有以下数据写入磁盘中的扇区:
$ hexdump file 04eb 0008 ... $ cat file > /dev/sdb
现在当我把它读回内存时,它在内存中会是什么样子?为什么?