1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-04-19 12:25:05 +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
..
2018-09-28 10:05:11 -07:00
2021-09-30 21:11:26 -07:00
2019-08-20 17:55:12 -07:00
2020-10-10 18:34:19 -07:00
2019-10-18 21:00:28 -07:00
2025-07-18 13:25:29 -07:00
2025-08-20 16:34:59 -07:00
2020-10-10 15:46:34 -07:00
2021-08-10 14:08:39 -07:00
2018-09-28 10:05:11 -07:00