From 04834a5cea640ef444264195a7c6aefa2caf8c3f Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 21 Apr 2002 20:12:06 +0000 Subject: [PATCH] Start to describe the FILES and FORMAT sections git-svn-id: svn://svn.cc65.org/cc65/trunk@1255 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ld65.sgml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) 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