// 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); }