Here is a 32-bit pattern: 0X 00 22 44 77. This pattern is to be stored in main memory using byte at addresses 0X10000000, 0X10000001, 0X10000002, and 0X10000003. Copy the bytes to memory using big-endian and little-endian orders:
Little Endian Format
Address Contents
0x10000003 0x10000002 0x10000001 0x10000000 Big Endian Format
Address Contents
0x10000003 0x10000002 0x10000001 0x10000000