Re: Byte order Wednesday, 24-Feb-99 21:15:27 Hi Princess, I liked your explanation but I still have one little question. When you say the byte order is reversed do you mean that they are reversed from the normal way they are stored or just reversed from the way we think of them? As I understand it word values are stored in byte-swapped order. If you are looking at an Assembly Lanuage listing the values are shown in reverse order from the order that the bytes are stored in memory. For instance, if you are searching for a word in memory equal to EB62 you have to search for the two consecutive bytes, 62 EB, not for EB 62. iCe |
Eternal Bliss' thread (Eternal Bliss) (23-Feb-99 17:49:18) |