X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fld65.sgml;fp=doc%2Fld65.sgml;h=3f159b39bc106941cd1536b6f93143d33c244678;hb=b03ae76b54d77f435088cacf12d3cfd9873f05ed;hp=9116eb4420f342afab8b47065ee447cfd1872c8c;hpb=417ef278a337f4eaa11fca905dba94a822e97372;p=cc65 diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 9116eb442..3f159b39b 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -938,9 +938,24 @@ has several attributes that may be defined here. } -The Atari file format has only one attribute, + + RUNAD = symbol + + Specify a symbol as the run address of the binary, the loader will call this + address after all the file is loaded in memory. If the attribute is omitted, + no run address is included in the file. + + INITAD = memory_area : symbol + + Specify a symbol as the initialization address for the given memory area. + The binary loader will call this address just after the memory area is loaded + into memory, before continuing loading the rest of the file. + + + FORMATS {