add a minimalistic hello world demo

This commit is contained in:
nino-porcino 2022-01-11 20:26:58 +01:00
parent df99f6f0e3
commit a7b0822525
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#include <utils.h>
#include <apple1.h>
void main() {
woz_puts("\r\rHELLO WORLD FROM KICK-C\r\r");
woz_mon();
}

2
demos/hello-world/m.bat Normal file
View File

@ -0,0 +1,2 @@
@call ..\..\tools\build hello