1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-03-01 16:31:59 +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
..
2019-08-04 16:54:01 -07:00
2019-08-04 16:54:01 -07:00
2019-08-04 16:54:01 -07:00
2019-08-20 17:55:12 -07:00
2019-08-20 17:55:12 -07:00
2019-08-20 17:55:12 -07:00
2019-08-20 17:55:12 -07:00
2019-08-20 17:55:12 -07:00
2019-08-20 17:55:12 -07:00