1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-03-12 05:41:37 +00:00
Files
6502bench/SourceGen
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
..
2021-11-14 09:21:15 -08:00
2025-07-30 09:16:32 -07:00
2024-08-01 15:08:43 -07:00
2025-09-05 15:09:34 -07:00
2024-07-07 18:12:29 -07:00
2021-09-30 21:11:26 -07:00
2024-07-04 17:25:21 -07:00
2025-09-04 11:33:31 -07:00
2021-11-17 11:18:23 -08:00
2025-07-09 20:35:32 -07:00
2021-09-30 21:11:26 -07:00
2025-07-15 11:27:17 -07:00
2021-10-07 12:39:30 -07:00
2024-07-04 17:25:21 -07:00
2024-04-30 13:27:07 -07:00
2024-05-31 14:22:39 -07:00
2021-11-02 08:54:07 -07:00
2024-05-22 14:02:53 -07:00