cpct_rgas2c

This converts RGAS sprite definitions in CPCRSLib asm output format to CPCtelera’s C arrays.

Usage

cpct_rgas2c [filename] [options]

Description

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.

Command line options

-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 | --helpShows help information on the terminal.
This converts RGAS sprite definitions in CPCRSLib asm output format to CPCtelera’s C arrays.
Close