1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-03-13 12:41:58 +00:00
Files
6502bench/SourceGen/SGTestData/Source
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
..
2020-10-18 09:16:50 -07:00
2021-08-10 14:08:39 -07:00
2025-07-10 13:33:18 -07:00
2020-06-06 15:36:08 -07:00
2020-10-19 16:02:28 -07:00
2021-08-10 14:08:39 -07:00
2021-10-02 15:43:41 -07:00
2021-10-07 12:39:30 -07:00
2024-05-31 14:22:39 -07:00