summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/test.c b/test.c
deleted file mode 100644
index 21e9c5d..0000000
--- a/test.c
+++ /dev/null
@@ -1,19 +0,0 @@
-// test.c
-// Temporary .c file where arbitrary tests are carried out.
-
-#include"headers/include.h"
-#include"headers/debug.h"
-
-int main(int argc, char *argv[]){
- AppleOn();
- initInstructionTable();
-
- dStatusDump();
-
- fLDA(eImmediate, 0x01);
- fSTA(eAbsolute, 0x09);
-
- dStatusDump(); printf("\n");
-
- dPageDump(0x00);
-} \ No newline at end of file