GeorgRottensteiner / C64Studio

C64Studio is a .NET based IDE specializing in game development for the C64 in assembler and BASIC
Other
252 stars 38 forks source link

Request: Show compiled memory as a pixel image #79

Open mokdevel opened 1 year ago

mokdevel commented 1 year ago

Use case for c64: I want to quickly see how memory was used in compilation. Compilation shows the spent memory on the left side of the source which is great. To find the free bytes, I need to browse the file through.

Extra feature: Hover over the color to see the area details (eg. $1000-$1032)

GeorgRottensteiner commented 1 year ago

Intriguing idea. There is also a simple memory map in the output display window, albeit text only.