diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 02ba5307f..76416d745 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -605,6 +605,55 @@ name="-S"> option). +The FILES section

+ +The + FILES { + %O: format = bin; + } + + +The only other available output format is the o65 format specified by Andre +Fachat. It is defined like this: + + + FILES { + %O: format = o65; + } + + +The necessary o65 attributes are defined in a special section labeled +The FORMAT section

+ +The + FORMATS { + o65: os = lunix, version = 0, type = small, + import = LUNIXKERNEL, + export = _main; + } + + + + + + Features

In addition to the