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à --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 771f9a5..80f171d 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,9 @@ will invoke `nasm` with more pedantic features like its address sanitizer. ## `readrom` -The `readrom` program reads a given ROM file and shows all the information that -can be gathered from it. For now this only applies to information on the header, -but in the future we might want to add disassembling user-specified segments, -for example. +`readrom` is an objdump-like utility that reads a given ROM file and shows +information about it. Read more about it in +[./crates/readrom/README.md](./crates/readrom/README.md). ## License -- cgit v1.2.3