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 /tests/expected/readrom/header.txt | |
| 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 'tests/expected/readrom/header.txt')
| -rw-r--r-- | tests/expected/readrom/header.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/expected/readrom/header.txt b/tests/expected/readrom/header.txt new file mode 100644 index 0000000..a2d4a81 --- /dev/null +++ b/tests/expected/readrom/header.txt @@ -0,0 +1,11 @@ +Header: + Kind: NES 2.0 + PRG ROM size: 32768 bytes (32KB) + CHR ROM size: 8192 bytes (8KB) + Mapper: NROM + Mirroring: Horizontal + CPU/PPU timing: NTSC +Vectors: + NMI: 0xa2f8 + Reset: 0xa3c2 + IRQ: 0xa3c1 |
