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à --- crates/readrom/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/readrom/Cargo.toml') diff --git a/crates/readrom/Cargo.toml b/crates/readrom/Cargo.toml index ff2f04b..90f02ea 100644 --- a/crates/readrom/Cargo.toml +++ b/crates/readrom/Cargo.toml @@ -7,3 +7,4 @@ authors.workspace = true [dependencies] header.workspace = true +xixanta.workspace = true -- cgit v1.2.3