diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-15 22:11:50 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-15 22:11:50 +0200 |
| commit | 9d790bb4acddae689c5dda667f9d160041bdd4b8 (patch) | |
| tree | 2d719d596a21e63bfe465e2c72f9caababec70c7 /Cargo.lock | |
| parent | 61b9ce33d54bc643b0ece227101d8bf571fd86e5 (diff) | |
| download | tools.nes-9d790bb4acddae689c5dda667f9d160041bdd4b8.tar.gz tools.nes-9d790bb4acddae689c5dda667f9d160041bdd4b8.zip | |
readrom: implement the -d/--disassemble option
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à <mssola@mssola.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "header" @@ -19,6 +19,7 @@ name = "readrom" version = "1.0.0" dependencies = [ "header", + "xixanta", ] [[package]] |
