2 Commits
Author SHA1 Message Date
KallDrexx c1e0b17bb3 Fixed instruction ToString() formatting.
`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.
2025-09-07 14:03:35 -04:00
ApfelTeeSaft 810f1458cb Initial commit 2025-05-15 14:33:41 +02:00