1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-11-23 12:21:02 +00:00
Files
6502bench/SourceGen/FormatDescriptor.cs
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

27 KiB