mirror of
https://github.com/markdavidlong/AppleSAWS.git
synced 2026-03-10 23:25:02 +00:00
Adding note for where to find file format for Relocatable Files
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user