mirror of
https://github.com/fadden/6502bench.git
synced 2025-03-01 16:31:59 +00:00
By default, implicit acc operands are shown, e.g. "LSR A" rather than just "LSR". I like showing operands for instructions that have multiple address modes. Not everyone agrees, so now it's a setting. They're shown by default, but enabling the option will strip them on-screen, in generated assembly, and in the instruction chart. They are always omitted for ACME output, which doesn't allow them. (issue #162)
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.