Yes. To change the endianness that is displayed in the memory view, follow these steps:
- Select Window > Show View > Memory in the debug perspective.
The
Memory
window appears docked to the lower part of debugger perspective.
- Click
sign icon. The
Monitor Memory
window appears.
Figure 1. Monitor Memory Window 
- Type memory address in the Enter address or expression to monitor textbox.
- Click OK.
The new address appears in the memory window. The contents can be viewed by
selecting memory on the left hand side, as the following figure shows.
Figure 2. Memory View with Multiple Addresses 
- From the Memory Toolbar, select
. The
New Renderings
window appears.
- Select Traditional.
Figure 3. Memory View-New Renderings 
- Click Add Renderings.
- Click OK.
The
Traditional
view appears in Memory view.
Figure 4. Memory View-Traditional Tab 
- Right-click anywhere in the Traditional tab.
A context menu appears.
- From the context menu, select Endian > Little. By default it is Big.
The memory view displays little endianness.
Figure 5. Memory View-Little Endian Addresses 
Note: To change the endianness back to Big , right-click anywhere in the Traditional tab, and select Endian > Big from the context menu.