Skip to content

OutputFormat Enum

Definition

public enum OutputFormat

Fields

Name Description
Binary A raw memory image, with gaps between regions filled with zeroes.
Pzx A ZX Spectrum PZX tape file with a code block per memory region.
PzxBas A ZX Spectrum PZX tape file with a BASIC loader and a single code block.
Symbols A symbol file with a line per label, for emulators and debuggers.
Tap A ZX Spectrum TAP tape file with a code block per memory region.
TapBas A ZX Spectrum TAP tape file with a BASIC loader and a single code block.
Tzx A ZX Spectrum TZX tape file with a code block per memory region.
TzxBas A ZX Spectrum TZX tape file with a BASIC loader and a single code block.
Z80Snapshot A 48K ZX Spectrum .z80 snapshot.