1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-13 00:29:44 +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
..
2021-11-17 11:40:36 -08:00
2021-11-03 20:23:27 -07:00
2024-05-31 14:22:39 -07:00
2024-05-31 14:22:39 -07:00
2024-05-31 14:22:39 -07:00
2024-08-07 17:55:54 -07:00
2024-08-09 13:42:12 -07:00