← Back to team overview

gnusim8085-devel team mailing list archive

[Bug 579341] Re: Editable memory listing as a tab

 

this looks pretty useful. I have recently created a somewhat larger
program in 8085, and it occured to me that it would make sense to
provide different interpretation views, so that memory addresses can be
inspected using different "bit width" (e.g. 8,16,32,64). Often, people
use several consecutive memory cells to represent values of a certain
size.

At the moment, each byte will be shown separately. By using a combo
box/dropdown menu for each address, it would be possible to allow users
to switch the interpretation to a different bit width ("interpret as
..."). This would make it possible to directly show the corresponding
decimal (or ASCII) value, too.

-- 
Editable memory listing as a tab
https://bugs.launchpad.net/bugs/579341
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.

Status in gnusim8085: Fix Committed

Bug description:
The patch adds a additional tab to the existing notebook containing Data & Stack listing & the Keypad.

It wil allow easy viewing & editing of memory.

It was discussed on the forum in RFE #1876331
It also addresses RFE #1922335