Documentation
¶
Index ¶
- Variables
- func Ascii(filePath string, data []byte, p color.Palette, dontImportDsk bool, ...) error
- func AsciiByColumn(filePath string, data []byte, p color.Palette, dontImportDsk bool, mode uint8, ...) error
- func FormatAssemblyBasicPalette(p color.Palette, eol string) string
- func FormatAssemblyCPCPalette(p color.Palette, eol string) string
- func FormatAssemblyCPCPlusPalette(p color.Palette, eol string) string
- func FormatAssemblyDatabyte(data []byte, eol string) string
- func FormatAssemblyString(data []string, eol string) string
- func SpritesHardText(data [][]byte, compressionType compression.CompressionMethod) string
Constants ¶
This section is empty.
Variables ¶
View Source
var ByteToken = "db" // "BYTE"
ByteToken is the token by default
Functions ¶
func Ascii ¶
func Ascii(filePath string, data []byte, p color.Palette, dontImportDsk bool, cgf *config.MartineConfig) error
nolint: funlen
func AsciiByColumn ¶
func AsciiByColumn(filePath string, data []byte, p color.Palette, dontImportDsk bool, mode uint8, cfg *config.MartineConfig) error
nolint: funlen, gocognit
func FormatAssemblyDatabyte ¶
func FormatAssemblyString ¶
func SpritesHardText ¶
func SpritesHardText(data [][]byte, compressionType compression.CompressionMethod) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.