Skip to content
/ dines Public

Disassembler for customed 8-bit microprocessor, "MOS Technology 6502" in Nintendo Entertainment System written in Golang.

License

Notifications You must be signed in to change notification settings

0n1shi/dines

Repository files navigation

Dines

release license

Disassembler for customed 8-bit microprocessor, "MOS Technology 6502" in Nintendo Entertainment System written in Golang.

Usage

NAME:
   Dines - A disassembler for customed 8-bit microprocessor, "MOS Technology 6502" in Nintendo Entertainment System written in Golang.

USAGE:
   dines [global options] command [command options] [arguments...]

VERSION:
   v0.0.1

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --rom value     A file path of NES ROM
   --output value  output format, "json" or "yaml", default is like a typical diassembler (default: normal)
   --color         color output (*only available without "output" option) (default: false)
   --max value     max  number of lines of output excluding header information (*only available without "output" option) (default: -1)
   --help, -h      show help (default: false)
   --version, -v   print the version (default: false)

Example

Libs

Refs

About

Disassembler for customed 8-bit microprocessor, "MOS Technology 6502" in Nintendo Entertainment System written in Golang.

Topics

Resources

License

Stars

Watchers

Forks