diff --git a/demos/hello-world/hello.c b/demos/hello-world/hello.c new file mode 100644 index 0000000..d2f2ebc --- /dev/null +++ b/demos/hello-world/hello.c @@ -0,0 +1,7 @@ +#include +#include + +void main() { + woz_puts("\r\rHELLO WORLD FROM KICK-C\r\r"); + woz_mon(); +} diff --git a/demos/hello-world/m.bat b/demos/hello-world/m.bat new file mode 100644 index 0000000..a3d1101 --- /dev/null +++ b/demos/hello-world/m.bat @@ -0,0 +1,2 @@ +@call ..\..\tools\build hello +