1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-03-11 14:42:35 +00:00
Files
6502bench/SourceGen/Tests
Andy McFadden 45fed396ab Make hex adjustment threshold configurable
We generate operand adjustments automatically, and output small
values as decimal (e.g. LDA FOO-1) and large values as hex (e.g.
LDA FOO+$1000).  This change adds a setting for the threshold
between small and large.

The default setting is 8.  The previous threshold was 255, which
felt a bit high.

(issue #176)
2025-09-22 09:06:00 -07:00
..
2022-07-31 09:41:37 -07:00