|
|
|
|
|
by jimmyfw
3484 days ago
|
|
"Note that the bytes are saved in reverse order in the memory as Intel uses Little Endian representation. That means the most significant bit of every byte is the most left bit." Haven't they got this backwards? Little Endian means the least significant bit is stored first [0]. [0] https://www.cs.umd.edu/class/sum2003/cmsc311/Notes/Data/endi... |
|