1 // Source by Philipp Krause under CC0 1.0
3 // A "Hello, World!"-Program. We use it to make the board
4 // output something that can not be mistaken for output
7 // "Hello, world!" @ 115200 baud.
12 __sfr __at
0x00 Exec_port
;
13 __sfr __at
0x01 StorOpc_port
;
15 #if defined(__SDCC) && __SDCC_REVISION < 9624 // Old SDCC weirdness
45 printf("Hello, World!\n");