#include"include.h" #include"debug.h" int main(){ char c; unsigned char a, b; initIT(); //void (*func)(Addressing, address); printf("Statement OK"); printf("\n\n"); func = &fLDA; dStatusDump(); //func(*(IT + ((sizeof(uintptr_t)*256)) + (0xA9 * sizeof(Addressing))), *(IT + ((sizeof(uintptr_t)*0xA9)))); callIT(0xA9, 0x01); dStatusDump(); printf("%x\n", (IT + 31)); return 0; }