Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a graphical memory-debugging "minimap" #34

Open
hintron opened this issue Mar 9, 2024 · 1 comment
Open

Create a graphical memory-debugging "minimap" #34

hintron opened this issue Mar 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@hintron
Copy link
Owner

hintron commented Mar 9, 2024

Have a "minimap" of memory and registers that will graphically show reads and writes. Perhaps have a read, a write, and a read-write minimap. Have it heat-mapped so that more recent accesses are visible as red, the least-recent accesses are green and blue, and untouched accesses are black. Also have separate minimaps for code and data accesses.

@hintron hintron added the enhancement New feature or request label Mar 9, 2024
@hintron
Copy link
Owner Author

hintron commented Mar 10, 2024

I got a graphical display window working (f9ade87), but for now I am content with just displaying the same image that I was able to generate and view in Gimp. The memory minimap idea can be put on the shelf for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant