By default the memory window should display memory in two formats: -> as individual bytes -> as a "word" of "word sized" bytes giving the display Location | 8-bit | Word 0x00000000 | 01 02 03 04 | 0x04030201 (or other variations on the theme)
2007-10-16 Zhao Shujing <pearly.zhao@oracle.com> * gladedir/memorywindow.glade: Remove "Number of bits:" label and bitsCombo. * memory/MemoryFormatDialog.java (CellRendererToggleListener): Only one format are selected to display every time. * memory/MemoryWindow.java: Add a "Raw-bytes (Hexadecimal)" column. Fixs #4675.