Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update z80disassembler, process *.bin, *.hex and *.z80 input files #21

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

Ho-Ro
Copy link
Contributor

@Ho-Ro Ho-Ro commented Sep 14, 2024

TurboDis Z80 - small disassembler for Z80 code
Usage:
z80disassembler [-fXX] [-oXXXX] [-p] [-r] [-v] [-x] []
-fXX fill unused memory, XX = 0x00 .. 0xFF
-oXXXX org XXXX = 0x0000 .. 0xFFFF
-p parse program flow
-r parse also rst and nmi
-v increase verbosity
-x show hexdump

TurboDis Z80 - small disassembler for Z80 code
Usage:
  z80disassembler [-fXX] [-oXXXX] [-p] [-r] [-v] [-x] <infile> [<outfile>]
    -fXX    fill unused memory, XX = 0x00 .. 0xFF
    -oXXXX  org XXXX = 0x0000 .. 0xFFFF
    -p      parse program flow
    -r      parse also rst and nmi
    -v      increase verbosity
    -x      show hexdump

Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
@sarnau sarnau merged commit 04df214 into sarnau:master Sep 14, 2024
1 check passed
@Ho-Ro Ho-Ro deleted the disasm branch September 16, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants