0n1shi / dines

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Go 99.5%Language:Makefile 0.5%