1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-08 05:30:35 +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
..
2020-01-01 17:45:32 -08:00
2019-12-28 13:19:40 -08:00
2019-12-25 11:15:22 -08:00
2019-12-28 17:22:19 -08:00
2020-01-02 13:09:18 -08:00
2019-11-18 13:36:53 -08:00
2019-12-29 17:59:35 -08:00
2020-01-01 17:26:53 -08:00
2019-07-20 17:36:12 -07:00
2019-12-04 15:59:37 -08:00
2019-12-26 11:09:28 -08:00
2019-11-08 21:02:15 -08:00
2019-12-05 10:29:00 -08:00
2019-11-08 21:02:15 -08:00
2019-12-28 13:19:40 -08:00
2020-01-01 17:26:53 -08:00
2019-10-23 13:25:50 -07:00
2019-12-28 13:19:40 -08:00
2019-11-18 13:36:53 -08:00
2019-10-22 21:27:49 -07:00
2019-12-25 11:15:22 -08:00
2019-11-01 19:47:56 -07:00
2019-10-10 11:57:36 -07:00
2019-12-31 13:59:08 -08:00
2019-12-29 17:59:35 -08:00
2019-11-18 13:36:53 -08:00
2020-01-01 17:26:53 -08:00