mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-25 02:35:09 +00:00
41cd30a8c6
The analyzer sometimes runs into things that don't seem right, like hidden labels or references to non-existent symbols, but has no way to report them. This adds a problem viewer. I'm not quite ready to turn this into a real feature, so for now it's a free-floating window accessed from the debug menu. Also, updated some documentation.