We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99c77d commit a9e61ceCopy full SHA for a9e61ce
1 file changed
CHANGELOG.md
@@ -2,6 +2,22 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [v0.3.1] - 2026-01-03
6
+
7
+Added:
8
9
+* add `-base` flag for custom base address in binary mode
10
+* add `-o -` flag for stdout output
11
+* add `-output-unofficial` flag to output unofficial opcodes as mnemonics
12
+* add `-stop-at-unofficial` flag to stop tracing at unofficial opcodes
13
+* add multi-bank ROM support with per-bank vectors
14
15
+Fixed:
16
17
+* fix binary mode incorrectly including NES segments
18
+* fix tracing continuing after BRK instruction
19
+* fix unconditional branch detection for complementary branch patterns
20
21
## [v0.3.0] - 2025-11-08
22
23
Added:
0 commit comments