mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-12-28 05:29:54 +00:00
add a minimalistic hello world demo
This commit is contained in:
parent
df99f6f0e3
commit
a7b0822525
7
demos/hello-world/hello.c
Normal file
7
demos/hello-world/hello.c
Normal 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
2
demos/hello-world/m.bat
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@call ..\..\tools\build hello
|
||||||
|
|
Loading…
Reference in New Issue
Block a user