1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-03-02 23:29:02 +00:00
Andy McFadden ec9017cbc3 Add "omit implicit acc operand" feature
By default, implicit acc operands are shown, e.g. "LSR A" rather
than just "LSR".  I like showing operands for instructions that
have multiple address modes.

Not everyone agrees, so now it's a setting.  They're shown by default,
but enabling the option will strip them on-screen, in generated
assembly, and in the instruction chart.

They are always omitted for ACME output, which doesn't allow them.

(issue #162)
2024-09-15 13:29:04 -07:00
..
2024-07-07 18:12:29 -07:00
2024-08-09 13:42:12 -07:00
2024-05-22 14:02:53 -07:00
2024-08-09 13:42:12 -07:00