diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-27 11:19:33 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-27 11:19:33 +1000 |
commit | f86d973b2f5318b5e761e2f682c2aa57d61eb0d6 (patch) | |
tree | 1563496942ab0b09ed0ee1e2b549ce78a991ebef /test.c | |
parent | 83e8a4494741e6257b18267a58fe8ae342e3229f (diff) |
Major progress on interpreter
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -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 |