From 9d790bb4acddae689c5dda667f9d160041bdd4b8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 15 Jul 2026 22:11:50 +0200 Subject: readrom: implement the -d/--disassemble option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This option can also be coupled with -n/--nasm-directory, and you can then get a human-readable disassembling of any proc or label you might be thinking on. Signed-off-by: Miquel Sabaté Solà --- tests/expected/readrom/a3b2-address.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/expected/readrom/a3b2-address.txt (limited to 'tests/expected/readrom/a3b2-address.txt') diff --git a/tests/expected/readrom/a3b2-address.txt b/tests/expected/readrom/a3b2-address.txt new file mode 100644 index 0000000..fd86b61 --- /dev/null +++ b/tests/expected/readrom/a3b2-address.txt @@ -0,0 +1 @@ +$A3B2: 20 1D 8B jsr Sound::tick -- cgit v1.2.3