From 4123b83bbfac6f49280eeb8ecd2e5165f1cbdc71 Mon Sep 17 00:00:00 2001 From: Mark Long Date: Tue, 30 Sep 2025 17:52:52 -0500 Subject: [PATCH] Adding note for where to find file format for Relocatable Files --- src/relocatablefile/RelocatableFile.cxx | 2 ++ 1 file changed, 2 insertions(+) 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) {