22 lines
402 B
Plaintext
22 lines
402 B
Plaintext
; Zilog eZ80 ANSI C Compiler Release 3.4
|
|
; -optsize -noreduceopt -nomodsect -peephole -globalopt
|
|
; -localcse -const=ROM
|
|
FILE "SRC\GFX\LOGO_GFX.C"
|
|
.assume ADL=1
|
|
SEGMENT DATA
|
|
_logo_gfx_pal:
|
|
DW 65535
|
|
DW 63421
|
|
DW 0
|
|
DW 23254
|
|
DW 46509
|
|
DW 19026
|
|
DW 0
|
|
XDEF _logo_gfx_pal
|
|
; 1 // convpng v7.2
|
|
; 2 #include <stdint.h>
|
|
; 3 #include "logo_gfx.h"
|
|
; 4
|
|
; 5 uint16_t logo_gfx_pal[7] = {
|
|
END
|