mirror of
https://github.com/fadden/6502bench.git
synced 2026-01-22 23:16:20 +00:00
This adds a shortcut for editing the label at the address referenced by an instruction operand or data address pseudo-op. This can be activated from the Actions menu, or with Ctrl+Shift+L. For references inside the file, the Edit Label dialog is opened. For external addresses, the project symbol editor is opened. Local variable table entries are currently not supported. (issue #166)
This is the project web site, served through GitHub Pages. The URL https://6502bench.com/ is mapped here. Any change checked in to this part of the tree is (almost) immediately visible on the web.
Many of the pages share common elements: masthead, top nav bar, side nav bar, and footer. These are inserted by a Python script (block-repl.py) that must be run whenever one of the "-incl" files changes.