diff --git a/src/relocatablefile/RelocatableFile.cxx b/src/relocatablefile/RelocatableFile.cxx index 15b2ed6..98d1a29 100644 --- a/src/relocatablefile/RelocatableFile.cxx +++ b/src/relocatablefile/RelocatableFile.cxx @@ -1,6 +1,8 @@ #include "RelocatableFile.h" #include +// This file format is documented in the "Apple 6502 Assembler/Editor" manual. + RelocatableFile::RelocatableFile(const QByteArray &data) noexcept : GenericFile(data) {