Page 1 of 1

Documentation for SROFF (Sinclair Relocatable Object File Format)

Posted: Tue Aug 18, 2020 7:26 am
by ql_freak
Is there any (at best an official) documentation for SROFF. This is the object file format produced by (some) assembler and most real compilers (which produce true machine code), allowing a linker like the GST linker (or ld from C68) to create a binary (most often executable) file from one ore more object file(s)?

Re: Documentation for SROFF (Sinclair Relocatable Object File Format)

Posted: Tue Aug 18, 2020 7:41 am
by tofro
The SROFF format is documented in the GST Linker's manual (Part of the GST Macro Assembler) - There's a separate chapter on it.

Available in the ususal places :)

Re: Documentation for SROFF (Sinclair Relocatable Object File Format)

Posted: Tue Aug 18, 2020 11:35 am
by ql_freak
Thank You!