10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define elff_width 24
|
|
#define elff_height 24
|
|
static char elff_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x18,0x02,0x00,0x3c,0x02,0x00,0x14,0x04,
|
|
0x40,0x3c,0x04,0x80,0x18,0x04,0x00,0x7f,0x04,0x80,0xff,0x07,
|
|
0x80,0xfd,0x07,0x80,0xfb,0x04,0x00,0x57,0x04,0x00,0x7e,0x04,
|
|
0x00,0x14,0x04,0x00,0x3e,0x02,0x00,0x7e,0x02,0x00,0x7f,0x00,
|
|
0x00,0xe7,0x00,0x00,0xc3,0x00,0x80,0xc3,0x01,0x80,0x81,0x01,
|
|
0x80,0x81,0x01,0x80,0x81,0x01,0x80,0x81,0x01,0x00,0x00,0x00};
|