1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-03-10 23:22:19 +00:00
Files
6502bench/SourceGen/AsmGen
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
..
2024-05-31 14:22:39 -07:00
2025-09-05 15:09:34 -07:00
2019-08-03 20:54:07 -07:00
2024-05-31 14:22:39 -07:00