Tagged Questions
-1
votes
2answers
1k views
Little endian Vs Big endian convention in x86 chips
I realised that though intel chips are little endian when it comes to storing data in data segment, but same chips are big endians when it comes to store machine code in code segment. An opcode for ...
8
votes
7answers
10k views
Does my AMD-based machine use little endian or big endian?
I'm going though a computers system course and I'm trying to establish, for sure, if my AMD based computer is a little endian machine? I believe it is because it would be Intel-compatible.
...