31 lines
467 B
Plaintext
31 lines
467 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 60609
|
||
|
DW 0
|
||
|
DW 32356
|
||
|
DW 0
|
||
|
DW 345
|
||
|
DW 0
|
||
|
DW 53943
|
||
|
DW 0
|
||
|
DW 33291
|
||
|
DW 0
|
||
|
DW 43285
|
||
|
DW 0
|
||
|
DW 663
|
||
|
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[8][2] = {
|
||
|
END
|