1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-04-21 10:16:42 +00:00
Files
6502bench/Asm65
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
..
2025-07-18 13:25:29 -07:00
2025-08-20 16:34:59 -07:00