I've seen by using gdb that when bytes are copied from memory into registers they are reversed, if the system in use adopts the little endian approach.
Since, at the best of my knowledgs, the x86 assembly instruction set does not allow operations whose operands are both in memory, I was wondering: is there any operation which is performed directly on little endian values without being reversed first?