mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-13 00:29:44 +00:00
ec9017cbc3
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)