elea9003-emu/hello_world.c

9 lines
343 B
C

#include "elea_tipi.h"
const carattere hello_world[] = {
1, 1, 0, 0, 1, 11, 6, 16, /* 11 0017 # Φ */
0, 41, 41, 41, 41, 41, 6, 0, /* 0X XXXX # 0 */
31, 24, 55, 55, 57, 40, 57, 60, 55, 20, /* HELLO WORLD */
};
const int hello_world_lunghezza = sizeof(hello_world) / sizeof(carattere);