Apple ][ Helper

This commit is contained in:
2021-07-30 21:53:27 -04:00
commit c1c8a0a2eb
8 changed files with 87 additions and 0 deletions

8
Example/Example.c Normal file
View File

@@ -0,0 +1,8 @@
#include <conio.h>
#include "../Library/clear.h"
int main(void) {
clear(40, 40);
cputs("HELLO MADELINE CRAY\n\rWOULD YOU LIKE TO PLAY A GAME?\n\r");
cgetc();
}

BIN
Example/Example.dsk Normal file

Binary file not shown.