This converts RGAS sprite definitions in CPCRSLib asm output format to CPCtelera’s C arrays.
cpct_rgas2c [filename] [options]
This script converts a file containing sprites in CPCRSLib asm output format to CPCtelera’s C arays. The file must contain the direct output that RGAS gives when selecting CPCRSLib asm output. This scripts outputs the conversion to standard output, then you can redirect or to other script as required.
-b | --bytes-per-line [numbytes] | Establishes the number of bytes that should contain each printed line of each C array. Default value is 16. |
-h | --help | Shows help information on the terminal. |