c64tools

filemerge

Charpacker

main(arguments=None)

Initialises an empty memory, loads subsequently the defined files to their addresses and writes the memory as occupied by the loaded contents.

Parameters:

Name Type Description Default
arguments List[str]

The command line arguments

None

Options

  • --file/-f <FILE>[,<FILE>]*: the file(s) to load, separated by ‘,’
  • --output/-o <FILE>: the name of the file to write the memory to