mirror of
https://github.com/fadden/6502bench.git
synced 2025-11-23 12:21:02 +00:00
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)