more hacking

This commit is contained in:
mrdudz
2014-11-30 11:20:57 +01:00
parent 4275b82117
commit 1365afa845
7 changed files with 49 additions and 16 deletions

10
testcode/lib/conio.c Normal file
View File

@@ -0,0 +1,10 @@
#include <conio.h>
void main(void)
{
clrscr();
// cprintf("hello world");
cputs("hello world");
for(;;);
}