1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-01-22 07:19:49 +00:00
Files
6502bench/docs
Andy McFadden 4ea4204ab7 Add signed-decimal operand formatting
This allows signed decimal operands to be formatted as such, e.g.
"LDA #$FE" becomes "LDA #-2".  This can be applied to immediate
operands and to numeric data pseudo-ops.

Not all assemblers support this in all situations.  The asm generators
will output unsigned decimal operands if so.

The 20020- and 20022-operand-formats tests have been updated.
2025-07-15 13:34:19 -07:00
..
2024-08-19 13:03:16 -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.