X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fld65.sgml;fp=doc%2Fld65.sgml;h=0230b517fbc4969c148b91e44ef9672bd7aefe35;hb=e767c8990d07003d9c91a6151cc61f0ea28639ea;hp=beb2144bfa728e21023763b4a84e26db20a0fe04;hpb=2aa5b4cafee3277580005cf6399a2ece8e06b405;p=cc65 diff --git a/doc/ld65.sgml b/doc/ld65.sgml index beb2144bf..0230b517f 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -894,7 +894,7 @@ look like this: } -The only other available output format is the o65 format specified by Andre +There are two other available formats, one is the o65 format specified by Andre Fachat (see the ). It is defined like this: @@ -904,7 +904,20 @@ name="6502 binary relocation format specification">). It is defined like this: } -The necessary o65 attributes are defined in a special section labeled +The other format available is the Atari (xex) segmented file format, this is +the standard format used by Atari DOS 2.0 and upward file managers in the Atari +8-bit computers, and it is defined like this: + + + FILES { + %O: format = atari; + } + + +In the Atari segmented file format, the linker will write each . @@ -925,6 +938,15 @@ has several attributes that may be defined here. } +The Atari file format has only one attribute, + FORMATS { + atari: runad = _start; + } + The FEATURES section