c64tools

mem2png

mem2png

c64tools - mem2png - A c64 memory dump visualiser that can export the dump to an image.

The file to load must be supported. Either --show or --output must be set.

Arguments

  • MEMORY_FILE: the memory dump file to load

Options

  • --show/-s: show the memory dump
  • --output/-o OUTPUT_FILE: the name of the output file
  • --width/-w INT: the width of the window in chars (default: 128)
  • -h, --help: show a help screen
  • --version: show program's version number and exit

main(arguments=None)

Loads the memory dump, saves its display and shows it.

Parameters:

Name Type Description Default
arguments List[str]

The command line arguments

None