mirror of
https://github.com/ApfelTeeSaft/NESDecompiler.git
synced 2026-08-27 03:43:30 +00:00
`GetOperandFormat` was accidentally using C++ style format strings instead of C# ones, and thus the values were not being properly displayed. For example, `LDA #00` was showing as `LDA #$02X`, making it a bit hard to reason about what value the operand is.