From 0758d34f4bb0b901a52230e3026654ff70ef4a66 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 8 Dec 2000 15:39:06 +0000 Subject: [PATCH] Fixed several minor problems git-svn-id: svn://svn.cc65.org/cc65/trunk@568 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ca65.sgml | 49 +++++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 220350406..4377bea60 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -43,7 +43,7 @@ development: thinking about a 65816 backend for the C compiler, and even my old a816 assembler had support for these CPUs, so this wasn't really a problem. - The assembler must produce relocatable code. This necessary for the + The assembler must produce relocatable code. This is necessary for the compiler support, and it is more convenient. Conditional assembly must be supported. This is a must for bigger projects written in assembler (like Elite128). @@ -258,6 +258,7 @@ Here is a description of all the command line options: or bugfixes, please include the version number. +