summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/test.c b/test.c
index 1ae1aff..29b327b 100644
--- a/test.c
+++ b/test.c
@@ -7,19 +7,15 @@ int main(){
initIT();
- //void (*func)(Addressing, address); printf("Statement OK");
-
printf("\n\n");
- func = &fLDA;
-
- dStatusDump();
+ dStatusDump(); dIdataDump(); printf("\n");
//func(*(IT + ((sizeof(uintptr_t)*256)) + (0xA9 * sizeof(Addressing))), *(IT + ((sizeof(uintptr_t)*0xA9))));
callIT(0xA9, 0x01);
- dStatusDump();
+ dStatusDump(); dIdataDump();
printf("%x\n", (IT + 31));