From 98a378b9634be81374877384bc0872431c01bee3 Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Tue, 27 Dec 2011 15:30:34 +0000 Subject: [PATCH] - Removed -f option. - Replaced references to target 'geos' with references to (the to-be renamed) 'cbm-geos'. git-svn-id: svn://svn.cc65.org/cc65/trunk@5325 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/grc65.sgml | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/doc/grc65.sgml b/doc/grc65.sgml index dcd009ad9..2c7cb6d7a 100644 --- a/doc/grc65.sgml +++ b/doc/grc65.sgml @@ -40,16 +40,11 @@ should be processed by Usage

grc65 accepts the following options: -h, -? this help --f force writing files -o name name the C output file -s name name the asm output file Default output names are made from input names with extensions replaced by -Second step -- assembling the application header

-$ ca65 -t geos resource.s +$ ca65 -t cbm-geos resource.s And, voilá -- &dquot;Third step -- compiling the code

-$ cc65 -t geos -O test.c -$ ca65 -t geos test.s +$ cc65 -t cbm-geos -O test.c +$ ca65 -t cbm-geos test.s That way, you have a &dquot;Fourth and last step -- linking it together

-$ ld65 -o test.cvt -t geos resource.o geos.o test.o geos.lib +$ ld65 -o test.cvt -t cbm-geos resource.o geos.o test.o geos.lib &dquot; -$ ca65 -t geos cvthead.s +$ ca65 -t cbm-geos cvthead.s Now, we have &dquot; -$ ca65 -t geos vlir0.s -$ ca65 -t geos vlir1.s -$ ca65 -t geos vlir2.s +$ ca65 -t cbm-geos vlir0.s +$ ca65 -t cbm-geos vlir1.s +$ ca65 -t cbm-geos vlir2.s Note that the file-names here, although similar to those from the That is the end. The file &dquot;