mirror of
https://github.com/fadden/6502bench.git
synced 2026-04-02 20:24:28 +00:00
Labels were given an arbitrary maximum length of 32 characters, to encourage backward compatibility with early assemblers and prevent screen sprawl. In practice, all supported cross-assemblers handle extremely long variable names, and anybody who wants to port the result back to a retro assembler will need to be aware of whatever the specific limits are for it. I prefer to have some limit, so I'm bumping the length from 32 to 64.
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.