Usage
grc65 accepts the following options:
--f force the writing of the output files
--o name name the .c output file
--s name name the .s output file
--l name name the ld65 output file
--h show this help
-
-When used as a VLIR linker, the correct syntax is:
- grc65 -vlir output.cvt header.bin vlir0.bin vlir1.bin ...
+-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
"dosname" "classname" "version" {
dostype SEQ
mode any
structure SEQ
+ icon "sprite.raw"
}
The header definition describes the GEOS header sector which is unique to
-each file. Currently, there's no way to change the default VLIR table description
-VLIR headname address {
- vlir0
- blank
- vlir2
- blank
- vlir4
+VLIR size {
+ 0
+ 1
+ 2
+ 4
+ 5
}
-The first element is the keyword for details.
+The first element is the keyword for details.
--
2.39.5