From: ol.sc Date: Tue, 27 Dec 2011 15:30:34 +0000 (+0000) Subject: - Removed -f option. X-Git-Tag: V2.13.3~139 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=98a378b9634be81374877384bc0872431c01bee3;p=cc65 - 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 --- 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;