1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-07-26 05:24:41 +00:00
Files
Andy McFadden c70d015b00 Fix 65816 operand formatting issues
Some 16-bit operands are tracked internally as 24-bit, appending the
B (data bank) or K (program bank) register to form the full address.
For some assemblers the K-bank instructions must be output as 24-bit
values, even for 16-bit JMP/JSR, but for most we want to strip the
bank byte off before outputting the operand as hex or decimal.

This expands 20032-labels-and-symbols with a mix of 24-bit, 16-bit+B,
and 16-bit+K instructions formatted in various ways.  No existing
tests were affected by this change.

(issue #172)
2025-07-19 13:39:12 -07:00
..
2020-10-18 09:16:50 -07:00
2021-08-10 14:08:39 -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
2018-09-28 10:05:11 -07:00
2018-09-28 10:05:11 -07:00
2018-09-28 10:05:11 -07:00