diff --git a/doc/grc65.sgml b/doc/grc65.sgml index c98cfc2a1..84708a2c8 100644 --- a/doc/grc65.sgml +++ b/doc/grc65.sgml @@ -224,6 +224,7 @@ inclusion by a Building the GEOS application without cl65 First step -- compiling the resources +

grc65 -t geos-cbm testres.grc @@ -234,12 +235,14 @@ Note that &dquot;Second step -- assembling the application header +

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

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

ld65 -t geos-cbm -o test.cvt testres.o test.o geos-cbm.lib @@ -292,22 +296,26 @@ for the overlays. Building the GEOS application without cl65 First step -- compiling the resources +

grc65 -t geos-cbm overlay-demores.grc Second step -- assembling the application header +

ca65 -t geos-cbm overlay-demores.s Third step -- compiling the code +

cc65 -t geos-cbm -O overlay-demo.c ca65 -t geos-cbm overlay-demo.s Fourth and last step -- linking it together +

ld65 -t geos-cbm -o overlay-demo.cvt -m overlay-demo.map overlay-demores.o overlay-demo.o geos-cbm.lib