1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-14 07:29:44 +00:00
Andy McFadden 5548469ba1 Show large adjustments in hex
We emit address adjustments like "LDA thing+1", which are usually
small values.  Sometimes they're large, e.g. "LDA thing-61440",
which is harder to understand than "LDA thing-$F000".  So now we
show small adjustments in decimal, and large adjustments in hex.

The current definition of "small" is abs(adjust) < 256.
2020-01-02 13:09:18 -08:00
..
2018-09-28 10:05:11 -07:00
2018-09-28 10:05:11 -07:00
2018-09-28 10:05:11 -07:00
2019-08-20 17:55:12 -07:00
2020-01-02 13:09:18 -08:00
2019-10-18 21:00:28 -07:00
2019-11-08 21:02:15 -08:00
2019-12-29 17:59:35 -08:00
2019-10-29 10:18:48 -07:00
2019-10-29 10:18:48 -07:00
2018-09-28 10:05:11 -07:00
2018-09-28 10:05:11 -07:00