21 lines
392 B
Plaintext
21 lines
392 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 0
|
|
DW 31744
|
|
DW 60879
|
|
DW 0
|
|
DW 33291
|
|
XDEF _logo_gfx_pal
|
|
; 1 // convpng v7.2
|
|
; 2 #include <stdint.h>
|
|
; 3 #include "logo_gfx.h"
|
|
; 4
|
|
; 5 uint16_t logo_gfx_pal[6] = {
|
|
END
|