1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-09-11 19:24:28 +00:00
Files
6502bench/PluginCommon
Andy McFadden 4ea4204ab7 Add signed-decimal operand formatting
This allows signed decimal operands to be formatted as such, e.g.
"LDA #$FE" becomes "LDA #-2".  This can be applied to immediate
operands and to numeric data pseudo-ops.

Not all assemblers support this in all situations.  The asm generators
will output unsigned decimal operands if so.

The 20020- and 20022-operand-formats tests have been updated.
2025-07-15 13:34:19 -07:00
..
2021-10-23 21:35:30 -07:00
2018-09-28 10:05:11 -07:00
2020-03-10 20:59:45 -07:00
2023-04-17 09:48:01 -07:00
2021-11-02 08:54:07 -07:00