1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-04-02 20:24:28 +00:00
Files
Andy McFadden 259593fa98 Increase max label length to 64
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.
2026-03-31 10:48:33 -07:00
..
2026-03-31 10:48:33 -07:00
2025-08-01 13:36:32 -07:00
2021-06-05 11:07:14 -07:00
2024-09-17 15:11:03 -07:00
2021-06-23 13:32:04 -07:00
2021-06-08 13:14:14 -07:00

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.