Adding note for where to find file format for Relocatable Files

This commit is contained in:
Mark Long
2025-09-30 17:52:52 -05:00
parent 438cb82817
commit 4123b83bbf

View File

@@ -1,6 +1,8 @@
#include "RelocatableFile.h"
#include <QDebug>
// This file format is documented in the "Apple 6502 Assembler/Editor" manual.
RelocatableFile::RelocatableFile(const QByteArray &data) noexcept
: GenericFile(data)
{