Hey all,
Currently I'm working on implementing the memory window. If any of you
have ever used the 'examine memory' data tool from ddd, this is similar
to the functionality I would like to have.
As of last week, the window displayed all 32 bit words in binary, octal,
decimal and hex from the current program counter to a predetermined
memory location.
As of today, I am working on supporting endian-ness and reading
information from memory in 4, 8, 16, 32, and 64 bit chunks.
As you can see in the screenshot, the "from" spinbox determines where
the words should begin to be read from (will default to the PC) and "to"
is where the reading ends. "edit columns" displays options for the
number of bits, endian-ness, and radix.
Let me know if there are any suggestions, on the interface or otherwise.
Mike
------------------------------------------------------------------------