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;